mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
12 lines
129 B
ArmAsm
12 lines
129 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
|
|
.section .debug_info
|
|
.long .Ltext
|
|
.long .Ltext + 2
|
|
|
|
.section .text.exit,"ax"
|
|
.Ltext:
|
|
.long 0
|