Re: A86: FindPixel


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

Re: A86: FindPixel




thanks, that clears things up.
now findpixel makes sense!

-josh

On Wed, 6 May 1998 11:09:30 -0400 (EDT) Dan Eble
<eble@cis.ohio-state.edu> writes:
>
>On Wed, 6 May 1998, Dux Gregis wrote:
>
>> 
>> It moves the bits 0, 1, 2 and 3 of (hl) to bits 4, 5, 6, and 7 of 
>(hl). 
>> It also moves the high bits to where the low one used to be.
>> 
>
>Not exactly.  The A register is involved, too.  Here's my cheesy ASCII
>version of the picture in the Z80 databook: 
>
>
>RLD             +--------------------+
>                |                    |
>                |                    V
>       +-----+-----+        +-----+-----+
>     A | 7-4 | 3-0 |   (HL) | 7-4 | 3-0 |
>       +-----+-----+        +-----+-----+
>                ^             | ^    |
>                |             | |    |
>                +-------------+ +----+
>
>
>RRD             +-------------+ +----+
>                |             | |    |
>                |             V |    V
>       +-----+-----+        +-----+-----+
>     A | 7-4 | 3-0 |   (HL) | 7-4 | 3-0 |
>       +-----+-----+        +-----+-----+
>                ^                    |
>                |                    |
>                +--------------------+
>
>--------
>Dan Eble (mailto:eble@cis.ohio-state.edu)
>         (http://www.cis.ohio-state.edu/~eble)
>
>"Behold, how great a matter a little fire kindleth!" -- James 3:5
>
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: