mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-04 19:50:19 +00:00
8 lines
59 B
ArmAsm
8 lines
59 B
ArmAsm
start: sta (0x10,X)
|
|
; lda (0xF0,X)
|
|
.byte 0xA1,0xF0
|
|
|
|
stp
|
|
|
|
|