mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
18 lines
247 B
ArmAsm
18 lines
247 B
ArmAsm
.text
|
|
.globl start
|
|
.type start, @function
|
|
start:
|
|
.globl _start
|
|
.type _start, @function
|
|
_start:
|
|
.globl __start
|
|
.type __start, @function
|
|
__start:
|
|
.globl main
|
|
.type main, @function
|
|
main:
|
|
.globl _main
|
|
.type _main, @function
|
|
_main:
|
|
.dc.a 0
|