maxaddr method

int maxaddr()

Max address of the hex file

Implementation

int maxaddr(){
  return buffer.keys.last;
}