A83: Re: Re: Re: Op1 to a


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

A83: Re: Re: Re: Op1 to a




actually you would have to load OP1+10 into it to get the smallest byte

>Ahh, Iknow this. OP s are really just spaces in memory that you can use to
>store stuff, or to use with some calls. To get at the first byte of op1 to
a
>try this.....
>ld hl, OP1
>ld a, (hl)