mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
Finishing the array of instruction, it now works well
This commit is contained in:
@@ -57,6 +57,11 @@ namespace ComSquare::CPU
|
||||
std::string name;
|
||||
AddressingMode addressingMode;
|
||||
int size;
|
||||
|
||||
Instruction() = default;
|
||||
Instruction(const Instruction &) = default;
|
||||
Instruction &operator=(const Instruction &) = default;
|
||||
~Instruction() = default;
|
||||
};
|
||||
}
|
||||
#endif //COMSQUARE_INSTRUCTION_HPP
|
||||
|
||||
Reference in New Issue
Block a user