added ALU with first commands

This commit is contained in:
black
2025-07-07 16:56:01 +02:00
parent b456f69fe1
commit 0479b1850a
7 changed files with 118 additions and 10 deletions

View File

@@ -13,4 +13,6 @@ add_executable(riscv_emulator
src/Manager.h
src/ProgramLoader.cpp
src/ProgramLoader.h
src/components/Alu.cpp
src/components/Alu.h
)