From 0f86e4c661fa3164447a77d84610146426008364 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 11 Jan 2026 10:14:34 +0100 Subject: Reorganize cpp files --- nandgame/cpp/disas.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nandgame/cpp/disas.h (limited to 'nandgame/cpp/disas.h') diff --git a/nandgame/cpp/disas.h b/nandgame/cpp/disas.h new file mode 100644 index 0000000..1f04268 --- /dev/null +++ b/nandgame/cpp/disas.h @@ -0,0 +1,4 @@ +#include +#include + +std::string print_decoded(uint16_t ins, bool simplify); -- cgit v1.2.3