home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp48 / 7365 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!vx9000.weber.edu!sbateman
  3. From: sbateman@vx9000.weber.edu (Steven Bateman)
  4. Subject: Re: C compiler for HP48
  5. Message-ID: <25JAN199316012031@vx9000.weber.edu>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@fcom.cc.utah.edu
  8. Organization: Weber State University CS Department
  9. References: <C15xss.1H6@nvcc.uucp> <C19FEw.8Ep@panix.com> <1k1jl0INNccl@emmental.csv.warwick.ac.uk>
  10. Date: 25 Jan 1993 16:01 MST  
  11. Lines: 18
  12.  
  13. I was planning to make a 'c' compiler as well, however the code generation
  14. would be difficult, and the compiler would probibly require a 128k card of it's
  15. own... So I am considering instead leaving the code generation phase out, and
  16. just having a c compiler that could check for errors.  You could then upload
  17. the source code to your pc and compile it... better than nothing since I can't
  18. afford a laptop yet.  A previous poster was correct in stating that the HP48
  19. is not the right platform for ansi-c.  Any 'c' compiler for the hp would be
  20. different from ansi-c except for the basic syntax.
  21.  
  22. Most of my intrest in a 'c' compiler for the 48 would be that I wouldn't have
  23. to learn to program in saturn assembly, but my intrest faded when I realized
  24. that I would have to learn saturn to code the compiler anyway.
  25.  
  26. good luck...
  27.  
  28. Steve Bateman
  29. Sbateman@cc.weber.edu
  30.  
  31.