Re: A82: saving hl


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

Re: A82: saving hl




>
>>save:
>>.db $00, $00
> 
>you can do that???!!!
>ld (save),hl
>
>save:
>.db $00,$00
>

you could use this instead:
.dw $0

of course both take up 2 bytes and are the same, but when using an
address it probably looks better to use "define word".

-mike pearce


References: