Hi guys, I want to port the wav player from the 85 to the 86. Everything is strait forward except the program uses a line like this... ld hl,info ld de,(PROGRAM_ADDR) add hl,de ect.... info: Hex stuff (wave info) What could be used inplace of these lines of code? Instead of (PROGRAM_ADDR)? Thanks, -Michael