mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
9 lines
98 B
ArmAsm
9 lines
98 B
ArmAsm
|
.globl mainCRTStartup
|
||
|
.globl start
|
||
|
.text
|
||
|
mainCRTStartup:
|
||
|
start:
|
||
|
|
||
|
.section .foo,"b"
|
||
|
.space 16
|