Re: A82: Galaxian v3.0 queston


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

Re: A82: Galaxian v3.0 queston




>     Whats the 82 port of the 85 (PROGRAM_ADDR)command?

PROGRAM_ADDR doesn't exist on the 82 for ash and crash because it
doesn't need to.

ld hl,(PROGRAM_ADDR)
ld de,somelabel
add hl,de

should just be replaced with:

ld hl,somelabel

-- Barubary