Movement     There are two types of movement.  Cursor movement and data box
========     movement.

  cursor movement
  ---------------
  0            Go to beginning of current line
  $            Go to end of current line
  
  Arrow keys   Move cursor in the direction of the arrow
  h            Move cursor left
  j            Move cursor down
  k            Move cursor up
  l            Move cursor right

  databox movement
  ----------------
  G            Go to the end of the file
  nG           Change upper left corner to line n of file
  
  Pg Up        Scroll 1 page up
  Pg Down      Scroll 1 page down


Display
=======
a             Toggle addresses between hex and decimal format
d             Toggle data between hex and decimal format


Misc
====
/             Toggle between ASCII, hexidecimal and decimal searching
?             Display help file
F1            Display help file
q             Quit
