summaryrefslogtreecommitdiff
path: root/3/5_arith_and_logic/movq_size.s
diff options
context:
space:
mode:
Diffstat (limited to '3/5_arith_and_logic/movq_size.s')
-rw-r--r--3/5_arith_and_logic/movq_size.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/3/5_arith_and_logic/movq_size.s b/3/5_arith_and_logic/movq_size.s
new file mode 100644
index 0000000..3d525df
--- /dev/null
+++ b/3/5_arith_and_logic/movq_size.s
@@ -0,0 +1,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