2014-12-26 11:26:52 +01:00

11 lines
94 B
ArmAsm

.text
.global _start
_start:
j main
jal main
.section .text.2, "ax"
.globl main
main:
nop