mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
13 lines
147 B
ArmAsm
13 lines
147 B
ArmAsm
.text
|
|
.align 2
|
|
.globl _start
|
|
.type _start,@function
|
|
_start:
|
|
rts
|
|
nop
|
|
|
|
.comm foo,4,4
|
|
.section .debug_info,"",@progbits
|
|
.long 0
|
|
.ualong foo
|