mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
7 lines
59 B
ArmAsm
7 lines
59 B
ArmAsm
|
start: lda #0x61
|
||
|
sta 0xE000
|
||
|
lda #0x0A
|
||
|
sta 0xE000
|
||
|
stp
|
||
|
|