- sudo apt install nasm
- sudo apt install qemu
- nasm main.asm -f bin -o <filename(custom)>.bin
- qemu-system-x86_64 <filename(custom)>.bin
- brew install nasm
- brew install qemu
- nasm main.asm -f bin -o <filename(custom)>.bin
- qemu-system-x86_64 <filename(custom)>.bin