32 bit compilers (not djgpp) (no 16 bit compilers
32 bit compilers (not djgpp) (no 16 bit compilers
I need a 32 bit compiler but not the djgpp compiler. I need it to compile my OS (32bit pmode) to a binary (.bin) file. Can you help me?
RE:32 bit compilers (not djgpp) (no 16 bit compilers)
DJGPP will do this.
use "-oformat binary" when linking with ld.
Other 32-bit compilers you might be interested in:
Borland's BCC (version 5.0???) command line compiler is available for free off their site
Watcom (www.watcom.org, I believe)
Jeff
use "-oformat binary" when linking with ld.
Other 32-bit compilers you might be interested in:
Borland's BCC (version 5.0???) command line compiler is available for free off their site
Watcom (www.watcom.org, I believe)
Jeff