mirror of
https://github.com/simh/simh.git
synced 2026-04-16 00:21:35 +00:00
SCP: Provide ways for VM to specify sim_interval adjustment and step units
This affects the output of some SCP commands (including help). The results are cosmetic, but allows the simulator to provide correct descriptive information.
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
* * %D - Inserts the name of the device (e.g. "DTA").
|
||||
* * %U - Inserts the name of the unit (e.g. "DTA0").
|
||||
* * %S - Inserts the current simulator name (e.g. "PDP-10")
|
||||
* * %C - Inserts the current value of the sim_vm_interval_units string
|
||||
* * %I - Inserts the current value of the sim_vm_step_units string
|
||||
* * %#s - Inserts the string suppled in the "#"th optional argument to the help
|
||||
* routine. # starts with 1. Any embedded newlines will cause following
|
||||
* text to be indented.
|
||||
|
||||
Reference in New Issue
Block a user