1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

SCP: Added the NEXT command. This command provides the ability for a simulator to step over subroutine calls.

This commit is contained in:
Mark Pizzolato
2014-04-14 14:22:18 -07:00
parent ce332a18d7
commit 8f3e6438a3
5 changed files with 1284 additions and 1247 deletions

View File

@@ -214,6 +214,7 @@ The "!" command (execute a command on the local OS), now returns the command's e
SHOW DEFAULT Show working directory
DIR {path|file} Display file listing
LS {path|file} Display file listing
NEXT Step across a subroutine call or step a single instruction.
#### Command Processing Enhancements