1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +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)