Finished implentation of devices and added Opcode class
This commit is contained in:
parent
9cc0c10e35
commit
3f39c6cb71
78 changed files with 262 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue