Re: A86: Fonts
[Prev][Next][Index][Thread]
Re: A86: Fonts
On Thu, 28 Aug 1997, Jimmy Mårdell wrote:
> DEATH wrote:
>
> > in:
> > ld a,0 ; set up font pointer (it's 24-bit)
> > ld ($D2ED),a
> > ld hl,Font
> > ld ($D2EE),hl
>
> The pointer is not 24 bit, it's a 16 bit word + a RAM block byte.
But it *is* a 24-bit pointer in an imaginary linear address space (which
you described in your message). There's a function to map it to the paged
address space.
--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
(http://www.cis.ohio-state.edu/~eble)
References: