mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-11-18 21:07:00 +00:00
11 lines
65 B
ArmAsm
11 lines
65 B
ArmAsm
.org 0xC000
|
|
|
|
start: nop
|
|
jsr foo
|
|
nop
|
|
stp
|
|
|
|
foo: lda #0xAA
|
|
rts
|
|
|