Re: A86: Open space


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

Re: A86: Open space




In a message dated 8/6/99 5:04:42 PM Eastern Daylight Time, 
cavanc@hotmail.com writes:

> Does anybody know of a space that no other program uses that's about 1/2 a 
>  Kb.
>  I need to store some info ( not just when the program is running ), but it 
>  seems that people don't like it to be included in the prog because of 
space.
>  I've thought about using some of the ram on page 1, but emulation 
>  compression and other things use that space.
>  I'm not sure what space they use there though.
>  So should I just make it part of the prog or try finding space that 
nothing 
>  else uses?


just about the only mem i can think of that i _dont think_ anything uses is 
the silent linking routine, which is 200 bytes.  however, i wouldn't 
recomment leaving anything outside the program, especially something that 
large.  just put it in the program and try to cut out every extra byte 
possible.


Follow-Ups: