Re: [stella] Atari 2600 BASIC compiler

Subject: Re: [stella] Atari 2600 BASIC compiler
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Fri, 8 Jul 2005 07:12:35 -0400
> Actually, it wouldn't be a bad idea for the next version of DASM to error
> out if a file tries to include itself. I can't think of any useful use
> for it; seems like it'd always be an accident...

Although it's probably not common in 2600 ASM, it's not uncommon in C and
it's relatives.  e.g.  foo.h needs something defined in bar.h, which needs
something defined in foo.h.  ifdef/define/endif is the usual way of avoiding
the recursion.

Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread