.file "bitwise.c" .text .globl and .type and, @function and: pushl %ebp movl %esp, %ebp movl 12(%ebp), %eax andl 8(%ebp), %eax popl %ebp ret .size and, .-and .globl xor .type xor, @function xor: pushl %ebp movl %esp, %ebp movl 12(%ebp), %eax xorl 8(%ebp), %eax popl %ebp ret .size xor, .-xor .globl or .type or, @function or: pushl %ebp movl %esp, %ebp movl 12(%ebp), %eax orl 8(%ebp), %eax popl %ebp ret .size or, .-or .globl not .type not, @function not: pushl %ebp movl %esp, %ebp movl 8(%ebp), %eax notl %eax popl %ebp ret .size not, .-not .ident "GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-52)" .section .note.GNU-stack,"",@progbits