Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!uunet!mcsun!hp4nl!cwi.nl!jurjen From: jurjen@cwi.nl (Jurjen NE Bos) Newsgroups: comp.sys.handhelds Subject: Re: C Compiler for HP48SX Message-ID: <3767@charon.cwi.nl> Date: 26 Jun 91 09:34:38 GMT Article-I.D.: charon.3767 References: <1991Jun25.165720.2139@unixg.ubc.ca> Sender: news@cwi.nl Lines: 14 ochealth@unixg.ubc.ca (Occupational Health Ochealth Safety) writes: [About a C compiler] >Thought for the day: wouldn't a FORTH compiler be a little easier to implement? What?! The HP48 has the most sophisticated Forth compiler ever written. If you mean compiling (whatever the language) to machine code, you'll need a bunch of library routines that eat up RAM. The actual code is a bunch of calls to the routines. If you do this, why not use internal RPL? The ROM is you library, programs are extremely small, you can mix in machine code whenever you like, it is very fast (only three instructions per routine!), and hopefully, HP will support us in the near future (hopefully).