MIX Assembler and Simulator |
Sergey Poznyakoff, Douglas Laing |
MIX Manual (split by node): | ? |
It is often necessary to eliminate a breakpoint which has done its job and is no longer needed. This is called deleting the breakpoint. A deleted breakpoint no longer exists, and its sequence number is returned to the pool of available numbers.
It is not necessary to delete a breakpoint to proceed past
it. Mixsim
automatically ignores breakpoints on the first
instruction to be executed when you continue execution without
changing the execution address.
DELETE [number-list]
D [number-list]
Delete specified breakpoints. number-list is a
whitespace-separated list of breakpoint numbers. If no argument is
specified, delete all breakpoints (in this case mixsim
asks
confirmation).
When prefixed with ADDRESS
(abbreviated AD
),
number-list is treated as a list of addresses, instead of
breakpoint numbers.
Examples:
MIX> DELETE |
MIX> DELETE 1 3 5 |
MIX> ADDRESS DELETE 1000 3000 |
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.