7 lines
93 B
ArmAsm
Raw Normal View History

2018-12-28 16:25:28 +01:00
.text
.globl _start
.type _start,@function
_start:
movq _start@GOTPCREL(%rip), %rsi
ret