From 947b09ad96902cc2a4d775660c77fd496a3bedbd Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 7 Dec 2017 20:39:28 +0100
Subject: [PATCH] Removed OPC_EOR_abx duplicate.
---
asminc/opcodes.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/asminc/opcodes.inc b/asminc/opcodes.inc
index 96cdefb65..aa7a65f00 100644
--- a/asminc/opcodes.inc
+++ b/asminc/opcodes.inc
@@ -241,12 +241,11 @@ OPC_BIT_abx = $3C
; OPC_NOP = $44 ; doublet
; OPC_NOP = $4B ; doublet
-OPC_EOR_izp = $52
+OPC_EOR_izp = $52
; OPC_NOP = $53 ; doublet
; OPC_NOP = $54 ; doublet
; OPC_NOP = $5A ; doublet
; OPC_NOP = $5B ; doublet
-OPC_EOR_abx = $5C
; OPC_NOP = $62 ; doublet
; OPC_NOP = $63 ; doublet
--
2.39.5