Thread: 16-bit compiler?

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    3
    Hi

    sorry for pushing this old thread, but i have an question to watcom.

    16bit and 32bit code to pe and flat binary formats.
    I need flat 16bit format, no .com, no .lib. I searched the linker options but found nothing apropiate (link and wlink - wlink is ehm... interesting )

    com files with base adress 0 dont work because they contain initialization code, so a simple com without any code but return is about 1kb (in binary should be only some bytes).


    thx

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > sorry for pushing this old thread
    Mmm, and did you read the rules?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    3
    sorry I forgot

    will read them now

  4. #4
    Registered User
    Join Date
    Nov 2003
    Posts
    3
    looks like watcom is good. But only with jloc.

    i compiled with wcc -0 -d0 -z -ze -zl -zls -od and jloc had no problems to link it (without these options the watcom compiler uses functions of the standart libraries which is really bad).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 32 bit or 64 bit allignment ?! gcc options??
    By mynickmynick in forum C Programming
    Replies: 3
    Last Post: 07-29-2008, 02:43 AM
  2. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  3. binary numbers
    By watshamacalit in forum C Programming
    Replies: 4
    Last Post: 01-14-2003, 11:06 PM
  4. 16 bit colors
    By morbuz in forum Game Programming
    Replies: 13
    Last Post: 11-10-2001, 01:49 AM