Re: A86: Kirk's new web site is online
[Prev][Next][Index][Thread]
Re: A86: Kirk's new web site is online
> now then, to continue about one program being on two pages (i wasn't
> here when the question was brought up), the largest program you can have
> without swapping is about 24K. this is accomplished by a program module,
> which is loaded normally, and a string module, which is loaded into RAM
> page 1 starting at $8400.
This wouldn't work for programs not written to do this (I.E., large 85 games)
because the program file is not contiguous. In fact, the beginning is after
the end.
Follow-Ups: