String dump(int address, int howMany){ return getRange(address, howMany).map((o)=> '0x${o.toRadixString(16)}').toString(); }