.TH Z80 1 "17 Sep 1992"
.AH $Revision: 1.0 $ $Date: 20/09/1992 11:33:52 $
.UC 4
.SH NAME
z80 \- Z80 emulator
.SH SYNOPSIS
.B z80
(file (paramters))
.SH DESCRIPTION
.I z80
dumps out
.IR file
in hex bytes and ascii characters.
It produces lines starting with the offset within the
file, followed by sixteen hex bytes, followed by the ascii
representation of those bytes.  Bit 7 is stripped off,
and characters 0..31 and 127 are shown as a '.'.

.SH FILES
/usr/lib/z80/BBCBasic,201     BBC BASIC code
/usr/lib/z80/MOS,2f8          MOS code

.SH SEE ALSO
z80(1)
.SH BUGS
The full version of
.I fdump
has more options to select offset within the file, and number of columns.
.SH AUTHOR
J.G.Harston