6502-OS/test.s65

9 lines
150 B
Plaintext
Raw Normal View History

2023-12-27 16:56:10 +01:00
.include "system/system.h65"
.segment "TEST"
label:
JsrIndirect $2022
.byte 0,1,2,3,4
JsrIndirect {($2022,x)}, label
.byte 5,6,7,8,9