Re: A86: RAM Pages


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

Re: A86: RAM Pages



On Fri, 5 Sep 1997 Steve86Asm@aol.com wrote:

> references to data.  Does AHL work the same as EAX does in newer PCs (i.e. if
> A is, say $15, and HL is $FFFF, then if you call _INC_AHL, will it result as
> A=$16 and HL=$0000)?

Yup.


>
> Anyway, which would be the easier (or most efficient) of the two?
> 

That depends on a lot of things, like how many ROM calls you need to make
while you're accessing the giant variable.

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)


References: