feat(furdb): add function for printing instruction
This commit is contained in:
@@ -16,6 +16,8 @@ struct context {
|
||||
bool halt = false;
|
||||
|
||||
void run();
|
||||
|
||||
void print_instruction() const;
|
||||
};
|
||||
|
||||
#endif // CONTEXT_HPP
|
||||
|
||||
Reference in New Issue
Block a user