diff options
Diffstat (limited to '3/5_arith_and_logic/xorq_size.s')
| -rw-r--r-- | 3/5_arith_and_logic/xorq_size.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3/5_arith_and_logic/xorq_size.s b/3/5_arith_and_logic/xorq_size.s new file mode 100644 index 0000000..ed88d9a --- /dev/null +++ b/3/5_arith_and_logic/xorq_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 + xorl %eax, %eax + ret + .cfi_endproc +.LFE0: + .size main, .-main + .ident "GCC: (GNU) 12.3.0" + .section .note.GNU-stack,"",@progbits |
