[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Basic compiler



Paul Schlyter wrote:
> In article <1161634952.873337.254300@f16g2000cwb.googlegroups.com>,
> finksterj <finkjsc@yahoo.com> wrote:
>
> ................
> > I know the Beagle Compiler can "chain" multiple programs together, so
> > the limitation on program size is moot as you can split your code into
> > smaller segments and chain them using common variables.
>
> ....but it is a p.i.t.a. to have to split up your programs into chaine'd
> modules like that.  If you're unlucky, the program can end up thrashing
> between chained modules all the time, making the effective execution of
> the program almost grind to a halt.
>
> --
> ----------------------------------------------------------------
> Paul Schlyter,  Grev Turegatan 40,  SE-114 38 Stockholm,  SWEDEN
> e-mail:  pausch at stockholm dot bostream dot se
> WWW:     http://stjarnhimlen.se/

I agree it might be difficult & tedius to chain multiple programs
together using the Beagle Compiler, but if you are implying that
chaining regular Applesoft programs together is prone to some random
trashing between modules, I assure you that is not the case. You can
succesfully chain multiple problems together with common variables,
machine language routines, and the hi-res screen without problems.