4 lines
58 B
ArmAsm
4 lines
58 B
ArmAsm
.globl _start
|
|
_start:
|
|
jmp foo
|
|
.section .note.GNU-stack
|