Merge pull request #3 from allender/master

Fix conditional test Rockwell/WDC opcodes
This commit is contained in:
Klaus Dormann 2017-02-09 07:26:12 +01:00 committed by GitHub
commit e80e8abe35
1 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@
; 16-aug-2013 added error report to standard output option
; 23-aug-2015 change revoked
; 24-aug-2015 all self modifying immediate opcodes now execute in data RAM
; 09-feb-2017 fixed RMB/SMB tested when they shouldn't be tested
; C O N F I G U R A T I O N
@ -1867,7 +1868,7 @@ tbt2
trap_ne ;sp push/pop mismatch
next_test
if rkwl_wdc_op
if rkwl_wdc_op = 1
; testing RMB, SMB - zp
rmbt macro ;\1 = bitnum
lda #$ff
@ -2751,4 +2752,4 @@ ji_px nop ;low address byte matched with ji_ret
endif
end start