Bitwise operations: Difference between revisions

m
m (→‎{{header|x86 assembly}}: one ( too much)
Line 838:
{{works with|nasm}}
 
It must be linked with the libc and "start" code; lazyly a <tt>gcc bitops.o</tt> works, (being bitops.o produced by <tt>nasm -f elf bitops.asm</tt> (I've chosen ELF since I am on a GNU/Linux box)
<lang asm>
extern printf