hex_mode_installed  236 src/dps8/dps8_cpu.c                 cpus[cpu_unit_idx].options.hex_mode_installed);
hex_mode_installed  599 src/dps8/dps8_cpu.c           cpus[cpu_unit_idx].options.hex_mode_installed = v;
hex_mode_installed  834 src/dps8/dps8_cpu.c   cpun->options.hex_mode_installed = 0;
hex_mode_installed  859 src/dps8/dps8_cpu.c   cpun->options.hex_mode_installed = 0;
hex_mode_installed 4666 src/dps8/dps8_cpu.c   if (cpus[cpuNo].options.hex_mode_installed)
hex_mode_installed  730 src/dps8/dps8_cpu.h   bool hex_mode_installed;
hex_mode_installed  450 src/dps8/dps8_math.c     return (! cpu.tweaks.l68_mode) && (!! cpu.options.hex_mode_installed) &&  (!! cpu.MR.hexfp) && (!! TST_I_HEX);