mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
5 lines
96 B
ArmAsm
5 lines
96 B
ArmAsm
; test that jmp (indirect) on a page boundary will give an error for 6502 CPU
|
|
|
|
.p02
|
|
jmp ($10FF)
|