mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
14 lines
196 B
ArmAsm
14 lines
196 B
ArmAsm
.text
|
|
.global fun
|
|
.type fun, %function
|
|
fun:
|
|
.space 4
|
|
.size fun, .-fun
|
|
|
|
.section .data.rel.ro,"aw",%progbits
|
|
.p2align 3
|
|
.type fun_ptr, %object
|
|
fun_ptr:
|
|
.dc.a fun
|
|
.size fun_ptr, .-fun_ptr
|