mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
15 lines
145 B
ArmAsm
15 lines
145 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
add 0x1000 - L01, A0
|
|
nop
|
|
nop
|
|
L01:
|
|
add L01 + 0x123, A0
|
|
nop
|
|
nop
|
|
L02:
|
|
add L02 - L01, A0
|
|
nop
|
|
nop
|