Finished implentation of devices and added Opcode class

This commit is contained in:
aljazbrodar. 2025-11-27 14:44:07 +01:00
parent 9cc0c10e35
commit 3f39c6cb71
78 changed files with 262 additions and 90 deletions

View file

@ -11,8 +11,11 @@ qt_add_executable(simulator
mainwindow.cpp
mainwindow.h
mainwindow.ui
machine.h machine.cpp
device.h device.cpp
machine.h
machine.cpp
device.h
device.cpp
opcode.h opcode.cpp
)
target_link_libraries(simulator