From 63ca6b95b1f06f18ade4e58ba7ba42b09eeeb5d5 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 22 Jan 2026 19:43:31 +0100 Subject: Implement LDI --- eater_cpu/cpp/Veater_computer__main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eater_cpu/cpp/Veater_computer__main.cpp') diff --git a/eater_cpu/cpp/Veater_computer__main.cpp b/eater_cpu/cpp/Veater_computer__main.cpp index fbfc978..4de8454 100644 --- a/eater_cpu/cpp/Veater_computer__main.cpp +++ b/eater_cpu/cpp/Veater_computer__main.cpp @@ -29,6 +29,8 @@ void load_program(const std::unique_ptr &topp) { // OUT 0xe0, + // LDI 4 + 0x54, // NOP 0x00, // HALT -- cgit v1.2.3