mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-22 01:29:13 +00:00
7 lines
71 B
ArmAsm
7 lines
71 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.cfi_startproc
|
|
.skip 16
|
|
.cfi_endproc
|