Page 1 of 1

ASM To Bin Or dsk

Posted: Sat Apr 12, 2008 12:30 pm
by steward
Hi, I'm wanting to convert some ASM File into .bin files and .dsk. Is there an easy program I can use with Windows Xp convert/? Any help is really appreciated! Thanks

Posted: Sat Apr 12, 2008 12:39 pm
by suthers
Do you meen assemble and then make it into a disk image?
Jules

Posted: Sat Apr 12, 2008 2:30 pm
by steward
Yes

Posted: Sat Apr 12, 2008 3:10 pm
by suthers
You can get the newest version of nasm here:
http://www.icewalkers.com/Linux/Softwar ... /NASM.html
(Sorry it might not be the newest version the sourceforge page seems to be down right now)
If you want to make it into a disk image you can you magiciso:
http://www.magiciso.com/download.htm

Though you probably want to start of using a floppy disk.
Jules

Edit:
turns out that versions for linux heres the sourceforge page:
http://sourceforge.net/project/showfile ... up_id=6208

Posted: Sat Apr 12, 2008 3:37 pm
by White-spirit
Why not just Cygwin, Fasm and "cat bootsector.bin kernel.bin /dev/zero | dd of=a.img bs=512 count=2880" ? :)