1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-25 06:55:13 +00:00
cc65/test/asm/err/jmp-indirect-6502-error.s

5 lines
96 B
ArmAsm

; test that jmp (indirect) on a page boundary will give an error for 6502 CPU
.p02
jmp ($10FF)