ASM To Bin Or dsk

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
steward
Member
Member
Posts: 27
Joined: Wed Apr 02, 2008 8:36 am

ASM To Bin Or dsk

Post 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
User avatar
suthers
Member
Member
Posts: 672
Joined: Tue Feb 20, 2007 3:00 pm
Location: London UK
Contact:

Post by suthers »

Do you meen assemble and then make it into a disk image?
Jules
steward
Member
Member
Posts: 27
Joined: Wed Apr 02, 2008 8:36 am

Post by steward »

Yes
User avatar
suthers
Member
Member
Posts: 672
Joined: Tue Feb 20, 2007 3:00 pm
Location: London UK
Contact:

Post 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
Last edited by suthers on Sat Apr 12, 2008 6:24 pm, edited 1 time in total.
White-spirit
Member
Member
Posts: 89
Joined: Sun Mar 23, 2008 2:23 pm
Location: [0x8:0x1000]

Post by White-spirit »

Why not just Cygwin, Fasm and "cat bootsector.bin kernel.bin /dev/zero | dd of=a.img bs=512 count=2880" ? :)
Post Reply