mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
14 lines
149 B
ArmAsm
14 lines
149 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
|
|
.section .debug_ranges
|
|
.long .Ltext
|
|
.long .Ltext + 2
|
|
.long 0
|
|
.long 0
|
|
|
|
.section .text.exit,"ax"
|
|
.Ltext:
|
|
.long 0
|