mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
5 lines
62 B
ArmAsm
5 lines
62 B
ArmAsm
|
.global _start
|
||
|
_start:
|
||
|
localsym:
|
||
|
move.d localsym:GOTOFF,$r3
|