mirror of
https://github.com/simh/simh.git
synced 2026-05-03 06:28:41 +00:00
SCP: Added extended radix options (-2, -8, -10 and -16) for EXAMINE and DEPOSIT
This commit is contained in:
@@ -325,6 +325,7 @@ typedef uint32 t_addr;
|
||||
#define SIM_SW_REG (1u << 28) /* register value */
|
||||
#define SIM_SW_STOP (1u << 29) /* stop message */
|
||||
#define SIM_SW_SHUT (1u << 30) /* shutdown */
|
||||
#define SIM_SW_NUM (1u << 31) /* Numeric Switch */
|
||||
|
||||
/* Simulator status codes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user