Re: A86: RAM paging


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

Re: A86: RAM paging




In a message dated 9/29/98 10:07:20 AM Eastern Daylight Time,
chicane@reninet.com writes:

> >HOW do you change the RAM page?
>  You want RAM page 3 set?
>  
>  Some_Code:
>  	ld	a,$03		;the page
>  	add	a,$40		;i dont remember why you have to add 40
>  	out	(6),a		;the actuall switch
>  	ret


this is just a basic inference from something i never really thought about
before.

the reason there are 2 paging ports (5 and 6) is because one does ram and the
other rom, right?

from the above response, i assume 5 does rom and 6 does ram.


Follow-Ups: