ports/emulators/simh-hp3000/files/hp3000.1.in
Kurt Jaeger 33edb21802 New port: emulators/simh-hp3000: HP 3000 series emulator
hp3000 is a simulator for the classic SIO machines. This group consists
of the 3000 CX, the Series I, Series II, and the HP 3000 Series III that
is simulated here. A large variety of CPU options, device interface
cards, and peripherals are provided.

WWW: http://simh.trailing-edge.com/hp/

PR:		246238
Submitted by:	Bob Eager <bob@eager.cx>
2020-06-13 20:53:15 +00:00

72 lines
1.8 KiB
Groff

.Dd February 23, 2020
.Dt HP3000 1 CON
.Os
.Sh NAME
.Nm hp3000
.Nd Simulator for HP 3000 series computers
.Sh SYNOPSIS
.Nm
.Op Fl e
.Op Fl q
.Op Fl v
.Oo
.Ar startup-file
.Op Ar arguments
.Oc
.Sh DESCRIPTION
.Nm
is a simulator for the classic SIO machines. This group consists of the
3000 CX, the Series I, Series II, and the HP 3000 Series III that is
simulated here. A large variety of CPU options, device interface cards,
and peripherals are provided.
.Pp
The following options are available:
.Bl -tag -width indent
.It Fl e
Processing of
.Ar startup-file
(including nested command invocations) is aborted if
a command error is encountered.
.It Fl q
Certain informational messages are suppressed.
.It Fl v
The commands in
.Ar startup-file
are echoed before they are executed.
.El
.Pp
If
.Ar startup-file
is specified, it is used as an initial source of simulator commands.
If
.Ar startup-file
is not specified, default locations are searched. See the
.Em SIMH User's Supplement
for more details.
.Pp
If a startup file is specified, either on the
command line or otherwise,
it should contain a series of non-interactive simulator
commands, one per line.
These commands can be used to set up standard parameters.
.Pp
After initializing its internal structures and processing the startup file (if any),
the simulator types out its name and version and then prompts for input with:
.Bd -ragged -offset indent
.Sy sim>
.Ed
.Sh EXIT STATUS
.Nm
exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
Documentation is available; it can be found locally in
.Pa %%DOCSDIR%%
(if installed), and also at
.Pa http://simh.trailing-edge.com/hp/#Documentation .
.Sh SEE ALSO
.Xr hp2100 1 ,
.Xr hpdoc 1 .
.Sh AUTHORS
.An "J. David Bryan, Robert M. Supnik and others" .
.Fx "port maintenance, and this manual page, by"
.An "Bob Eager" Aq bob@eager.cx .