mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +00:00
16 lines
308 B
ArmAsm
16 lines
308 B
ArmAsm
.section scnfoo,"aw",%progbits
|
|
.zero 0x10
|
|
|
|
.globl bar
|
|
.data
|
|
.align 8
|
|
.type bar, %object
|
|
.size bar, 8
|
|
bar:
|
|
.ifdef UNDERSCORE
|
|
.dc.a ___start_scnfoo
|
|
.else
|
|
.dc.a __start_scnfoo
|
|
.endif
|
|
.dc.a .startof. (scnfoo)
|