mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-31 16:30:36 +00:00
7 lines
60 B
ArmAsm
7 lines
60 B
ArmAsm
|
.text
|
||
|
.globl start
|
||
|
.globl _start
|
||
|
start:
|
||
|
_start:
|
||
|
.long 0
|