5 lines
43 B
ArmAsm
5 lines
43 B
ArmAsm
.global foo
|
|
foo:
|
|
mov $42, %eax
|
|
ret
|
.global foo
|
|
foo:
|
|
mov $42, %eax
|
|
ret
|