1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-16 11:29:28 +00:00
rk65c02/test/test_emulation_wrap_zpx.s

19 lines
188 B
ArmAsm
Raw Permalink Normal View History

start: sta 0x10,X
sta 0x80,X
sta 0x81,X
sta 0x82,X
sta 0xFF,X
2018-03-28 12:18:50 +00:00
ldy 0x10,X
sty 0x200
ldy 0x80,X
sty 0x201
ldy 0x81,X
sty 0x202
ldy 0x82,X
sty 0x203
ldy 0xFF,X
sty 0x204
stp