From f127505b779dcb134fa48bcf2bf59810b60348c5 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 19 Jan 2026 19:20:45 +0100 Subject: eater: Add subtract flag --- eater_cpu/cpp/simpc_term.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eater_cpu/cpp') diff --git a/eater_cpu/cpp/simpc_term.cpp b/eater_cpu/cpp/simpc_term.cpp index f598f6e..8ddf83d 100644 --- a/eater_cpu/cpp/simpc_term.cpp +++ b/eater_cpu/cpp/simpc_term.cpp @@ -60,7 +60,8 @@ void simpc_ui_write(const std::unique_ptr &topp, uint64_t i) { topp->eater_computer->flags.__PVT__INS_out ? 'X' : ' ', topp->eater_computer->flags.__PVT__A_in ? 'X' : ' ', topp->eater_computer->flags.__PVT__A_out ? 'X' : ' ', - topp->eater_computer->flags.__PVT__ALU_out ? 'X' : ' ', sub ? 'X' : ' ', + topp->eater_computer->flags.__PVT__ALU_out ? 'X' : ' ', + topp->eater_computer->flags.__PVT__ALU_subtract_nadd ? 'X' : ' ', topp->eater_computer->flags.__PVT__B_in ? 'X' : ' ', topp->eater_computer->flags.__PVT__B_out ? 'X' : ' ', topp->eater_computer->flags.__PVT__OUT_in ? 'X' : ' ', -- cgit v1.2.3