mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-04 19:50:19 +00:00
12 lines
84 B
ArmAsm
12 lines
84 B
ArmAsm
start: sec
|
|
lda #0x1
|
|
sbc #0x1
|
|
sta 0x10
|
|
|
|
sec
|
|
lda #0x0
|
|
sbc #0x1
|
|
sta 0x11
|
|
stp
|
|
|