[A83] Re: DEvPac83 Error
[Prev][Next][Index][Thread]
[A83] Re: DEvPac83 Error
> From: Gavin Olson <gtolson@snet.net>
>
> The following program gave me an interesting error in DevPac83. It
> says that the file is over 26K. I don't think that source is that
> big, and assembling shrinks the thing down. If anybody can help,
> here it is:
>
> tiles.z80:
>
> .nolist
> #include "ion.inc"
> #include "eztile.z80"
> .list
Since "eztile.z80" is some asm code it should not be placed in the nolist section. Try moving it to the end of your code.
#include "eztile.z80"
.end
END
I'm not saying this resolves your problem, but it's just something I noticed.
Tijl Coosemans
------------------------------------------------------------
Want a free mail at http://www.mail.be ?
Follow-Ups: