mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
14 lines
121 B
ArmAsm
14 lines
121 B
ArmAsm
|
.globl main
|
||
|
.globl start
|
||
|
.globl _start
|
||
|
.globl __start
|
||
|
.text
|
||
|
main:
|
||
|
start:
|
||
|
_start:
|
||
|
__start:
|
||
|
.long 0
|
||
|
|
||
|
.data
|
||
|
.long 0
|