1	.text
2	.global _start
3_start:
4	movabsq	$strings@SIZE, %rdx
5	.section	.data.rel,"aw",@progbits
6	.quad	strings
7