■ Execution control
Description The user program is executed from address expr1 and stopped at address expr2. If expr1 is omitted, the current PC value is used. If expr2 is omitted, other factors The user program continues to run unless it stops.
Description Executes expr1 instructions from address expr2 and stops. Register for each instruction The contents and the next instruction to be executed are displayed. If expr2 is omitted, the current PC value is used. If expr1 is omitted, 1 is adopted. The
Description Similar to the T command, but there is no display of register contents for each instruction.
Description Executes expr1 instructions from address expr2 and stops. Register for each instruction The contents are displayed. If expr2 is omitted, the current PC value is used. If expr1 is omitted, 1 is adopted. The The following points are different from the T command. Bsr, jsr It is considered as one instruction until it returns from the subroutine execution. ●trap,trapv,chk,A line trap,F line trap, It is regarded as one instruction until it returns from exception handling
Description Similar to the S command, but there is no register content display for each instruction.
Description Stops execution of the user program.
Description Resets CPU registers and masks all SCSP interrupt enable registers.