Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven.umd.edu!decuac!pa.dec.com!nntpd.lkg.dec.com!ryn.mro4.dec.com!pinbot.enet.dec.com!ervin From: ervin@pinbot.enet.dec.com (Joseph James Ervin) Newsgroups: comp.sys.handhelds Subject: HP48SX Multi-Programming Environment V1.0 Message-ID: <4841@ryn.mro4.dec.com> Date: 15 May 91 19:13:57 GMT Sender: guest@ryn.mro4.dec.com Reply-To: ervin@pinbot.enet.dec.com (Joseph James Ervin) Organization: Digital Equipment Corporation Lines: 28 Hi All, The following few posts will contain the User's Guide, Source code, and a demo application for my Multi-Programming Environment (MPE V1.0) for the HP48SX. The basic idea behind MPE is to allow machine language developers to easily write concurrent tasks for the HP48SX. MPE is a set of machine language routines and macros which the programmer assembles along with the application. MPE requires the programmer to use Star assembler by Jan Brittenson. The demo application which will appear in a separate post shows how to use the various features of MPE, and provides a simple interactive graphic application to give the programmer a feel for the possibilities of MPE. My sincere hope is that people will be better able to write some decent machine language programs (games) which do animation of graphical objects and such. MPE should also be useful for other applications which work well in a multiprogramming environment. Now let's see some cool programs! >>>Joe Credits: I used the Star assembler and MLDL (both by Jan Brittenson) in the development of MPE V1.0. Jan's work in regards to these development tools is exceptional.