added support for LAX#imm, all done

This commit is contained in:
mrdudz
2014-11-20 00:18:12 +01:00
parent 044aee7f8d
commit 8cc71f135c
8 changed files with 81 additions and 62 deletions

View File

@@ -1,6 +1,9 @@
.setcpu "6502X"
; all so called "illegal" opcodes. duplicated (functionally identical) ones
; are commented out
; first all totally stable undocs:
slo $12 ; 07 12
@@ -127,6 +130,6 @@
; the two so-called "highly unstable" ones:
; lax #$12 ; ab 12
lax #$12 ; ab 12
ane #$12 ; 8b 12