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

Applesoft Basic size limitations?



So I thought I'd write a simple game for the Retrospectiva
competition.  I've made a few lores games in the past, but wanted to
write this one in hires.  Only problem is every time my file gets to
around the 14000 bytes mark, it starts to trip out (I get annoying
horizontal lines through several rows).  Reducing gosubs doesn't fix
it, the only thing that seems to work is reducing the size of the file
by tightening up my code and reducing unnecessary characters and long
remarks I made.  What's the byte limitation?  Or is there a limit to
the number of lines?  My lores games were around 18000 bytes and 800
lines or so.  I apologize for my ignorance :)