long ReadMemoryAtRelativeAddress() { // paramData is the start point, then use relativebase. int address = ((int)GetParamData() + curComputer.GetRelativeBase()); return(curComputer.ReadMemoryAtAddress(address)); }