Re: A83: Tasm and nested includes??? [82/83/83+/85/86]


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

Re: A83: Tasm and nested includes??? [82/83/83+/85/86]




Nah, I've gotten a similar error message when trying to include files within
includes, and I didn't have any infinite loops.  Perhaps some of us have
older versions of TASM than others, or perhaps it depends on the sizes of
the files.

Who knows,
-Dan Englender

----- Original Message -----
From: "James Matthews" <jmatthews@generation5.org>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, December 21, 2000 7:02 PM
Subject: Re: A83: Tasm and nested includes??? [82/83/83+/85/86]


>
> Chances are he had some form of infinite nest:
>
> File1:
> #include "file1"
>
> File2:
> #include "file2"
>
> James.
>
> ----- Original Message -----
> From: Patrick Davidson <pad@OCF.Berkeley.EDU>
> To: <assembly-83@lists.ticalc.org>
> Sent: Thursday, December 21, 2000 11:32 PM
> Subject: Re: A83: Tasm and nested includes??? [82/83/83+/85/86]
>
>
> >
> >
> >
> > On Thu, 21 Dec 2000, Hyperbyte wrote:
> >
> > > I just remembered that a message a while ago said that Tasm doesn't do
> > > nested includes....
> > > However, I use a custom made include for TI83&TI83+ programming which
uses
> > > one nested include, and no problems at all...
> > >
> > > Anyone care to explain???
> >
> > I don't have an explanation, but I can tell you that I've used nested
> > includes with no problems myself.  I've even had them nested three
levels
> > deep, with code in the innermost level, without any problems.
> >
> >
> >
>
>




References: