mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-04 19:50:19 +00:00
13 lines
99 B
ArmAsm
13 lines
99 B
ArmAsm
start: lda #0xa6
|
|
sta 0x10
|
|
lda #0x33
|
|
tsb 0x10
|
|
|
|
lda #0xa6
|
|
sta 0x11
|
|
lda #0x41
|
|
tsb 0x11
|
|
|
|
stp
|
|
|