This commit is contained in:
aljazbrodar. 2025-12-10 19:47:23 +01:00
parent 1d357c6c96
commit d40c23038a
30 changed files with 208 additions and 100 deletions

View file

@ -18,6 +18,7 @@ qt_add_executable(simulator
opcode.h opcode.cpp
executor.h executor.cpp
loader.h loader.cpp
resources.qrc
)