MIX Assembler and Simulator |
Sergey Poznyakoff, Douglas Laing |
MIX Manual (split by node): | ? |
For convenience, this section lists all available terminal commands in alphabetical order, along with a short description and a reference to their detailed description.
breakpoint-command is any of the following commands with
appropriate arguments: DELETE
, ENABLE
, INFO
BREAK
, DISABLE
, IGNORE
, PASSCOUNT
.
The ADDRESS
prefix makes breakpoint-command to refer to
breakpoints using memory locations they are set as, rather than
breakpoint numbers. See section ADDRESS prefix.
Assign file to the given MIX device.
See section Assigning and Listing Devices.
Set a breakpoint at the given location. If TEMP
is given,
set a temporary breakpoint, active for one pass only.
See section Breakpoints.
Shortcut for BREAK TEMP
.
Delete specified breakpoints. num-list is a list of breakpoint
numbers or, if ADDRESS
prefix is used, their addresses.
Without arguments, delete all breakpoints.
See section Deleting Breakpoints.
Continue program execution, at the address where it last stopped.
See section Stopping and Continuing.
Disable breakpoints. num-list is a list of breakpoint
numbers or, if ADDRESS
prefix is used, their addresses.
Without arguments, disable all breakpoints.
See section Disabling and Enabling Breakpoints.
Dump a range of memory as MIX instructions.
See section DISASSEMBLE.
Dump MIX registers and memory contents.
See section Examining Data and Registers.
Dump contents of MIX registers.
See section DUMP REGISTERS.
Dump MIX memory.
See section DUMP MEMORY.
Enable breakpoints. num-list is a list of breakpoint
numbers or, if ADDRESS
prefix is used, their addresses.
Without arguments, enable all breakpoints.
See section ENABLE.
Run a program. See section Running a Program.
Display a short usage summary about command-verb. Without arguments, display all available commands.
See section Obtaining On-line Help.
Set ignore count for breakpoint number to count.
number is a breakpoint number or, if ADDRESS
prefix is
used, its address.
See section IGNORE.
Without argument, lists all existing breakpoints. With an argument,
lists only breakpoint num. May be prefixed with ADDRESS
to use breakpoint address instead of number.
See section Listing Breakpoints.
Without arguments, list all devices. With a numeric argument, show information about that particular device.
See section INFO IO.
Execute next count (default is 1) instructions and stop again.
See section NEXT.
Set pass count for breakpoint number to count.
number is a breakpoint number or, if ADDRESS
prefix is
used, its address.
See section PASSCOUNT.
Execute the command file filename.
See section Command Files, for more information about command files and their execution.
Quit the terminal. See section Quitting the Terminal.
Execute given shell command. See section Executing Shell Commands..
Execute next count (default is 1) instructions and stop again. If a function call is encountered, descend into the function.
See section STEP.
MIX Manual (split by node): | ? |
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.