4 lines
54 B
ArmAsm
4 lines
54 B
ArmAsm
.globl foo
|
|
foo: ret
|
|
.globl _start
|
|
_start: call foo
|
Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
.globl foo
|
|
foo: ret
|
|
.globl _start
|
|
_start: call foo
|