Simple method for creating ISO out of compiled BIN
Say the file name of assembly code is .
Compile assembly code,
nasm -f bin example.asm -o example.bin
Download Link:
http://www.nasm.us/pub/nasm/releasebuilds/2.10.09/win32/nasm-2.10.09-win32.zip
Convert binary file (.bin) to ISO file,
miso example.iso -ab example.bin
Download Link:
http://www.magiciso.c
Leave a Reply