In a message dated 97-12-23 12:31:33 EST, you write: > ld hl, table > add hl, 4 > cause each number is a byte and table is a location in mem 1) it would have to be add hl, de where de is 4 2) you could also use ld hl, table+4 ~Adamman