%CO:A,12,72%%H2%HEXDUMP.BAS%H2% is a utility to dump the contents of a file to the screen 
(enabling a printer by []+P will send it to a printer as well) in 
Hexadecimal and ASCII format, 16 bytes to a line, 7 lines a to a 
screen.  The up-down cursor keys un-shifted will move back or forward 
one line, shifted will move a screen at a time.  <> with the up or 
down cursor key will take you to the top or bottom of the file.  If you 
go past the end of the file using shift-downcursor the program goes 
back to byte 0 of the file.   The [DEL] key escapes from the current 
dump.
