Re: A86: ROM call help


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

Re: A86: ROM call help




Exactly.  It makes the symbol table much bigger.  In fact, my current
project has 2450+ symbols in it, meaning in the second pass where the
assembler fills in all the symbols with real values, it has to search
through thing for the label each time (well, you'd hope not :)

> They take space in mem on your computer, so if your
> computer really sux...
>
> >
> > Includes take no space. The compiler uses them only
> > to convert your actual code
> > into z80 code.




References: