mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
VAX: Add -8 -16 switch support for EXAMINE commands
This commit is contained in:
parent
23f4c90a6d
commit
769efb1f68
@ -762,6 +762,7 @@ else if (sw & SWMASK ('O'))
|
||||
rdx = 8;
|
||||
else if (sw & SWMASK ('H'))
|
||||
rdx = 16;
|
||||
else if ((sim_switch_number >= 2) && (sim_switch_number <= 36)) rdx = sim_switch_number;
|
||||
else rdx = dptr->dradix;
|
||||
if ((sw & SWMASK ('A')) || (sw & SWMASK ('C'))) { /* char format? */
|
||||
for (vp = lnt - 1; vp >= 0; vp--) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user