8 lines
82 B
ArmAsm
Raw Normal View History

2022-10-27 20:45:45 +02:00
.global _start, foo
.type foo, %function
.text
_start:
call foo@PLT
foo:
ret