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

10
ass2/simulator/opcode.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef OPCODE_H
#define OPCODE_H
class Opcode
{
public:
Opcode();
};
#endif // OPCODE_H