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]




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.
> 
> 
> 




Follow-Ups: References: