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)
|