Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread John R. Hogerhuis
Are you using REXMGR? I don't remember whether it uses ALTLCD. -- John.

Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread Clinton Reddekop
Hi John, I took your advice and used the stack for most of the RAM I needed. I also used the INPBUF and ALTLCD RAM areas for some interrupt code, a jump table to some functions I needed to be in RAM, and some variables. So nothing clever to share, sorry :D I found that using most of ALTLCD some

Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread Josh Malone
Hmm - the inform compiler I have only does vers 5, 6 and 8 it seems. :( This is very cool though! Now I have to buy a REX... On Sat, Aug 29, 2015 at 11:37 AM, Andrew Roach wrote: > Is it possible to compile modern sourcecode to v3 files using inform? > On Sat, Aug 29, 2015 at 11:31 AM Clinton R

Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread John R. Hogerhuis
Congratulations! I seem to recall some memory management discussions. Any final design decisions you would like to share? It's always intriguing to see how programmers do more with less. -- John.

Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread Brian Brindle
Very cool! Thanks Clint! On Sat, Aug 29, 2015 at 11:37 AM, Andrew Roach wrote: > Is it possible to compile modern sourcecode to v3 files using inform? > On Sat, Aug 29, 2015 at 11:31 AM Clinton Reddekop < > clinton.redde...@gmail.com> wrote: > >> Hello everyone, >> >> I've just put a project int

Re: [M100] A z-code interpreter for the model 100

2015-08-29 Thread Andrew Roach
Is it possible to compile modern sourcecode to v3 files using inform? On Sat, Aug 29, 2015 at 11:31 AM Clinton Reddekop < clinton.redde...@gmail.com> wrote: > Hello everyone, > > I've just put a project into the Club100 Member Upload area that I hope > will interest some of you. It is a z-code in

[M100] A z-code interpreter for the model 100

2015-08-29 Thread Clinton Reddekop
Hello everyone, I've just put a project into the Club100 Member Upload area that I hope will interest some of you. It is a z-code interpreter for playing version-3 Infocom games on the Model 100 + REX. I've been playing ZORK I quite a bit over the last 3 weeks with no problems. It is here: http