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
10
ass2/simulator/opcode.h
Normal file
10
ass2/simulator/opcode.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef OPCODE_H
|
||||
#define OPCODE_H
|
||||
|
||||
class Opcode
|
||||
{
|
||||
public:
|
||||
Opcode();
|
||||
};
|
||||
|
||||
#endif // OPCODE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue