A85: ZShell to Usgard
[Prev][Next][Index][Thread]
A85: ZShell to Usgard
In ZShell suppose I did this:
ld hl, (PROGRAM_ADDR)
ld de, lookup
inc de
add hl, de
lookup:
.db 128
.db 64
hl would be pointing to where 64 is right? How do I do this in Usgard?
Would it be like this:
ld hl, &lookup
inc hl
lookup:
.db 128
.db 64
egillespie@juno.com
"In a prototypical world, nothing ever goes wrong." -Scott Meyers
_____________________________________________________________________
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]
Follow-Ups: