mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
11 lines
114 B
ArmAsm
11 lines
114 B
ArmAsm
|
.data
|
||
|
.globl bar
|
||
|
.type bar,@object
|
||
|
.size bar,4
|
||
|
bar:
|
||
|
.long foo@FUNCDESC
|
||
|
.text
|
||
|
.type foo,@function
|
||
|
foo:
|
||
|
nop
|