mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
VAX: Add -8 -16 switch support for EXAMINE commands
This commit is contained in:
@@ -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--) {
|
||||
|
||||
Reference in New Issue
Block a user