8 lines
136 B
ArmAsm
Raw Normal View History

2017-04-10 13:32:00 +02:00
.text
.global _start
_start:
movabsq $strings@SIZE, %rdx
.section .data.rel,"aw",@progbits
.quad strings
2022-10-27 20:45:45 +02:00
.section .note.GNU-stack