mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
11 lines
139 B
ArmAsm
11 lines
139 B
ArmAsm
.globl _mainCRTStartup
|
|
.globl mainCRTStartup
|
|
.globl start
|
|
.text
|
|
_mainCRTStartup:
|
|
mainCRTStartup:
|
|
start:
|
|
|
|
.section .foo,"b"
|
|
.space 16
|