Re: [M100] Xbee and m100

2015-04-28 Thread Peter Vollan
With me it is kind of the opposite... On 27 April 2015 at 10:09, Shaun M. Wheeler wrote: > Some friends and I considered starting a Fido-style Xbee bbs network and > Raspberry Pi SBCs, but as with everything we do, we lost interest when we > ran out of beer. > > An adhoc network of Model Ts woul

Re: [M100] a z-code interpreter for Model 100 + REX --- work in progress

2015-04-28 Thread Clinton Reddekop
Hi John, Using the stack is a really good idea in this case, since there is not much code that I copy to ram anyway - mostly ram is used for the dynamic memory portion of the game, plus the z-machine stack. Thanks, I'll try it. Clint On Tue, Apr 28, 2015 at 8:00 AM, John R. Hogerhuis wrote: >

Re: [M100] a z-code interpreter for Model 100 + REX --- work in progress

2015-04-28 Thread John R. Hogerhuis
Does clear modify himem or maxram? Another question... Is it kosher for ml programs to do their own clear statement? Doesn't that make it difficult for users to manage memory if they have multiple programs to load? Keep in mind if you can use memory located at arbitrary position you can always al