Maybe you want to offset saferam1? Okay, try something like this: ld a,10 ld h,0 ld l,a ld de,saferam1 add hl,de then you have saferam+10!!!! To get the value of there, do something like: ld a,(hl) -Joel