1
0
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:
Mark Pizzolato
2017-08-25 15:48:11 -07:00
parent 8fcddf9261
commit 245818d348
3 changed files with 29 additions and 9 deletions

View File

@@ -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