aboutsummaryrefslogtreecommitdiffstats
path: root/odd.1.s
diff options
context:
space:
mode:
Diffstat (limited to 'odd.1.s')
-rw-r--r--odd.1.s21
1 files changed, 21 insertions, 0 deletions
diff --git a/odd.1.s b/odd.1.s
new file mode 100644
index 0000000..6ccc051
--- /dev/null
+++ b/odd.1.s
@@ -0,0 +1,21 @@
+ .file "odd.1.c"
+ .text
+ .globl main
+ .type main, @function
+main:
+.LFB0:
+ .cfi_startproc
+ pushq %rbp
+ .cfi_def_cfa_offset 16
+ .cfi_offset 6, -16
+ movq %rsp, %rbp
+ .cfi_def_cfa_register 6
+ movb $0, -1(%rbp)
+ popq %rbp
+ .cfi_def_cfa 7, 8
+ ret
+ .cfi_endproc
+.LFE0:
+ .size main, .-main
+ .ident "GCC: (GNU) 4.8.2 20131219 (prerelease)"
+ .section .note.GNU-stack,"",@progbits