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.
davidv1992
Member
Posts: 223 Joined: Thu Jul 05, 2007 8:58 am
Post
by davidv1992 » Wed Jul 11, 2007 3:26 pm
I have a question about combining nasmw with DGJPP, which ouput type should i use for nasm? couldn't find this one
frank
Member
Posts: 729 Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA
Post
by frank » Wed Jul 11, 2007 3:55 pm
I believe that you are looking for COFF.
fachamix
Posts: 21 Joined: Thu Oct 26, 2006 9:30 pm
Post
by fachamix » Wed Jul 11, 2007 6:29 pm
i use coff, for nasm
then i do my program in djgpp, y compile but i do not link it
after those steps, i use the linker ld, to link all together.