simh-testsetgenerator/NOVA
Samuel Deutsch 83d35a26aa NOVA: Fix carry display in CPU instruction history
Problem: Currently when viewing the Nova CPU history the carry flag is always
displayed as 0 regardless of it's actual value at the time.

Cause: The carry bit is stored in bit 17 and is lost when stored into the
int16 carry member of struct Hist_entry

Solution: Shift carry into bit 0 before storing it in the CPU history.
Improve code for displaying carry bit.
2020-09-26 17:57:17 -04:00
..
eclipse.txt Notes For V3.5-0 2011-04-15 08:34:58 -07:00
eclipse_cpu.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
eclipse_tt.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_clk.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_cpu.c NOVA: Fix carry display in CPU instruction history 2020-09-26 17:57:17 -04:00
nova_defs.h eclipse: Build requires USE_INT64 2020-03-07 21:28:51 -08:00
nova_dkp.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_dsk.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_lp.c PDP1, PDP10, PDP11, ID16, ID32, NOVA, VAX: Open LPT, PTP devices for append 2020-04-28 07:09:20 -07:00
nova_mta.c NOVA, ECLIPSE, PDP11, PDP8, SIGMA, Unibus VAXen: Call tape detach API on unload 2020-04-04 09:49:15 -07:00
nova_plt.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_pt.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
nova_qty.c BESM6, NOVA, ECLIPSE, SIGMA: Set DEVICE type to DEV_MUX in MUX devices 2020-03-31 08:59:50 -07:00
nova_sys.c All: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-02 15:56:07 -07:00
nova_tt.c NOVA, PDP1,, sigma: Various cosmetic/typo changes 2017-03-20 08:01:58 -07:00
nova_tt1.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00