feat(furdb): add function for printing instruction

This commit is contained in:
2026-08-17 10:46:27 +02:00
parent a4966a057c
commit 26d935e22a
3 changed files with 111 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ struct context {
bool halt = false;
void run();
void print_instruction() const;
};
#endif // CONTEXT_HPP