tests verifying jmp (indirect) page crossing error on 6502, and the lack of error for other CPU types
This commit is contained in:
4
test/asm/err/jmp-indirect-6502-error.s
Normal file
4
test/asm/err/jmp-indirect-6502-error.s
Normal file
@@ -0,0 +1,4 @@
|
||||
; test that jmp (indirect) on a page boundary will give an error for 6502 CPU
|
||||
|
||||
.p02
|
||||
jmp ($10FF)
|
||||
Reference in New Issue
Block a user