Thread: 16-bit compiler?

  1. #1
    Unregistered
    Guest

    Question 16-bit compiler?

    hello. i was wondering if someone could please give me a link to a free 16-bit compiler for DOS, it can also be 32-bit, but it must support 16-bit. thanks alot guys

  2. #2
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    Try the FAQ
    And strangely enough, look under compilers.
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Um, why would you want to use a 16 bit compiler instead of a 32 bit compiler if you had a choice?

    -Prelude
    My best code is written with the delete key.

  4. #4
    Unregistered
    Guest
    c_coder that doesn't have anything with 16-bit compiles they are all 32-bit

    prelude the reason is because i want to leanr how to program graphics in DOS, and all the tutorials i have found say i need a 16-bit compiler

    anymore links guys? thanks

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Search google for a 32 bit compiler that has 16 bit DOS libraries as add ons. That's probably the easiest way, though you may find a 16 bit compiler in your search.

    -Prelude
    My best code is written with the delete key.

  6. #6
    Unregistered
    Guest
    if he was writing an os and his boot sector didnt switch over to protected mode he would have another reason to use a 16 bit compiler.

  7. #7
    Registered User
    Join Date
    Feb 2002
    Posts
    20

    Cool

    I don't know how useful this is, but I do know that borland has released their old Turbo C++ 1.1. You can find it in the museum on their community site community.borland.com.

  8. #8
    Unregistered
    Guest
    openwatcom.org
    can compile 16 & 32 to 16bit and 32bit code to pe and flat binary formats.

  9. #9
    Unregistered
    Guest

    bcc (the non-borland one)

    bcc, part of the Dev86 kit

  10. #10
    TK
    Guest
    It depend on which operating system you are using. You might find some compatability problems if you are using Win2k Pro or XP because Win16 is virtual, the system API is Win32.

  11. #11
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >hello. i was wondering if someone could please give me a link to
    >a free 16-bit compiler for DOS,

    Pacific C is a good one.

    www.htsoft.com/products/pacific.html

    On the site of Borland, you can download free old DOS compilers, like Turbo C, which are 16 bit. You have to login for that, but it is free.

    Perhaps there is a 16 bit port of GCC for DOS, not sure about that.

    Also DigitalMars can generate 16 bit code.

    www.digitalmars.com/

    And these don't fit your needs, check out

    www.thefreecountry.com/developercity/

    for free 16-bit compilers.

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