I am working with x86 assembly in NASM and want to do this:
section .data: x times 4 db 0 section .text: global _start _start: call main mov eb