2 lines
60 B
Bash
2 lines
60 B
Bash
|
nasm -f bin main.asm -o main.bin
|
||
|
qemu-system-x86_64 main.bin
|