mirror of
https://github.com/fachat/xa65.git
synced 2025-04-21 08:37:12 +00:00
9 lines
61 B
ArmAsm
9 lines
61 B
ArmAsm
foo =$1234
|
|
|
|
jsr bla
|
|
loop: jmp loop
|
|
|
|
.data
|
|
bar .word bla
|
|
|