summaryrefslogtreecommitdiff
path: root/3/5_arith_and_logic/movq_size.s
blob: 3d525dffb9349e4da1413b8305128d30a91d17a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.file	"xorq_size.c"
	.text
	.section	.text.startup,"ax",@progbits
	.p2align 4
	.globl	main
	.type	main, @function
main:
.LFB0:
	.cfi_startproc
	movl	$0, %eax
	ret
	.cfi_endproc
.LFE0:
	.size	main, .-main
	.ident	"GCC: (GNU) 12.3.0"
	.section	.note.GNU-stack,"",@progbits