mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
11 lines
104 B
ArmAsm
11 lines
104 B
ArmAsm
.text
|
|
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
.byte 0
|