MIX Assembler and Simulator |
Sergey Poznyakoff, Douglas Laing |
MIX Manual (split by node): | ? |
INFO BREAK [num]
LIST BREAK [num]
LB [num]
Without argument, lists all existing breakpoints. With an argument,
lists only breakpoint num. When prefixed with ADDRESS
(abbreviated AD
), treats its argument as a MIX location
and lists breakpoints set at that location.
Following is an example of a breakpoint listing:
NUM LOC ENB CNT IGN PAS 1 1000 Y 1 0 0 2 1040 N 10 8 0 3 1230 Y 0 0 1 |
The columns and their meanings are:
Column | Meaning |
---|---|
NUM | Breakpoint number. |
LOC | Location. |
ENB | Is the breakpoint enabled or not. |
CNT | Number of passes registered this far. |
IGN | Ignore count. |
PAS | Pass count. |
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.