home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / 408 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.3 KB

  1. Xref: sparky comp.sys.ibm.pc:408 comp.lang.c:12240 comp.binaries.ibm.pc.wanted:5520
  2. Newsgroups: comp.sys.ibm.pc,comp.lang.c,comp.binaries.ibm.pc.wanted
  3. Path: sparky!uunet!usc!sol.ctr.columbia.edu!eff!iWarp.intel.com|ichips!intelhf!helm
  4. From: helm@intelhf.hf.intel.com (Kent Helm)
  5. Subject: Re: 386 protected mode? C compilers that handle it?
  6. Message-ID: <1992Aug12.195937.25743@intelhf.hf.intel.com>
  7. Organization: Development Tools Operation, Intel Corp., Hillsboro  OR
  8. References: <1992Aug10.225657.26357@cs.umb.edu>
  9. Date: Wed, 12 Aug 92 19:59:37 GMT
  10. Lines: 26
  11.  
  12.  
  13.  
  14. Intel markets a pretty good package for the C language that offers
  15. what you're asking...it's called CODEBUILDER.
  16.  
  17. One really nice feature is that it allows 4-gigabyte address space
  18. (flat address) in protected mode.
  19.  
  20. This means you get to write pretty simple code to access memory
  21. quite readily.
  22.  
  23. Another benefit is that your program size is restricted only by the
  24. amount of memory on your system.
  25.  
  26. I used CODEBUILDER quite a bit when on contract with Intel and
  27. found that even I could program the 386 in assembler without alot
  28. of hassle...it was actually enjoyable to grab an example from some
  29. book (ie., manipulating video) and watch it work the first time.
  30.  
  31. Real mode sucks for those without the time/background in the
  32. mysteries of the 386.
  33.  
  34. Anyhow, have fun.
  35.  
  36. Kent Helm  (503) 696-2187
  37.  
  38.