14 lines
114 B
ArmAsm
14 lines
114 B
ArmAsm
|
|
||
|
.text
|
||
|
|
||
|
.def f
|
||
|
.scl 2
|
||
|
.type 32
|
||
|
.endef
|
||
|
.global f
|
||
|
f:
|
||
|
retq $0
|
||
|
|
||
|
.section .drectve,"rd"
|
||
|
.ascii " /EXPORT:f"
|