mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
13 lines
134 B
ArmAsm
13 lines
134 B
ArmAsm
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
|
|
.section .foo,"a",%nobits
|
|
.space 16
|