mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-29 17:02:21 +00:00
Implementing an array of instructions with method's pointer for the CPU (it does not work well for now
This commit is contained in:
@@ -9,11 +9,12 @@
|
||||
#include <string>
|
||||
#include <ios>
|
||||
#include <sstream>
|
||||
#include "DebuggableError.hpp"
|
||||
|
||||
namespace ComSquare
|
||||
{
|
||||
//! @brief Exception thrown when trying to read/write to an invalid address.
|
||||
class InvalidAddress : public std::exception {
|
||||
class InvalidAddress : public DebuggableError {
|
||||
private:
|
||||
std::string _msg;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user