mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
15 lines
187 B
ArmAsm
15 lines
187 B
ArmAsm
.section .tbss,"awT",@nobits
|
|
.align 4
|
|
.skip 24
|
|
.type a,@object
|
|
.size a,4
|
|
a:
|
|
.long 0
|
|
.text
|
|
.globl _start
|
|
.ent _start
|
|
_start:
|
|
.end _start
|
|
.section .debug_foobar
|
|
.quad a !dtprel
|