6502-OS/test.s65
Matthias@Dell 27a901c7c0 add test
2023-12-27 16:56:10 +01:00

9 lines
150 B
Plaintext

.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