Re: A86: 24-bit variable
[Prev][Next][Index][Thread]
Re: A86: 24-bit variable
also there's these:
_load_ahl =$45ff
_load_ade =$45f7
_load_bde =$45fb
_store_bde =$4607
_store_ade =$4603
which would work like this:
;load var to ahl
ld hl,var
call _load_ahl
;load var to bde
ld hl,var
call _load_bde
;store $057688 to var
ld b,$05
ld de,$7688
ld hl,var
call _store_bde
-josh
On Sun, 30 Aug 1998 15:49:31 -0500 David Phillips <electrum@tfs.net>
writes:
>
>Yes, that would be a 24-bit variable:
>...
>
>var:
> .db 0,0,0
>
>At 04:09 PM 8/30/98 -0400, you wrote:
>> How would I make a 24-bit variable that I could load into ahl?
>Could I
>>do: variable: .db 0,0,0
>> Thanks,
>> --------------
>>Jbrett
>>tbarwick@esn.net
>>http://ww2.esn.net/~tbarwick
>>
>
>--
>David Phillips
>mailto:electrum@tfs.net
>ICQ: 13811951
>AOL/AIM: Electrum32
>
>
_____________________________________________________________________
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: