2015-08-28 17:32:19 +02:00

11 lines
94 B
ArmAsm

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