mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
10 lines
166 B
ArmAsm
10 lines
166 B
ArmAsm
.section .text.foo,"ax",%progbits
|
|
.globl foo
|
|
.type foo, %function
|
|
foo:
|
|
.byte 0
|
|
.section .data.opt_out,"aw",%progbits
|
|
.type opt_out, %object
|
|
opt_out:
|
|
.dc.a bar
|