nasm output type combing with DGJPP

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
davidv1992
Member
Member
Posts: 223
Joined: Thu Jul 05, 2007 8:58 am

nasm output type combing with DGJPP

Post by davidv1992 »

I have a question about combining nasmw with DGJPP, which ouput type should i use for nasm? couldn't find this one
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post by frank »

I believe that you are looking for COFF.
fachamix
Posts: 21
Joined: Thu Oct 26, 2006 9:30 pm

Post by fachamix »

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.
davidv1992
Member
Member
Posts: 223
Joined: Thu Jul 05, 2007 8:58 am

Post by davidv1992 »

thx, i'll try coff
Post Reply