> 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