summaryrefslogtreecommitdiff
path: root/nandgame/cpp/disas.h
diff options
context:
space:
mode:
authoruvok2026-01-11 10:14:34 +0100
committeruvok2026-01-11 10:14:34 +0100
commit0f86e4c661fa3164447a77d84610146426008364 (patch)
tree42cc3deb698fd4f77abcddb4aff6d99cb69859e6 /nandgame/cpp/disas.h
parent34ac7a712f62d67372c2d293c3dfc27c476f90a4 (diff)
Reorganize cpp files
Diffstat (limited to 'nandgame/cpp/disas.h')
-rw-r--r--nandgame/cpp/disas.h4
1 files changed, 4 insertions, 0 deletions
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 <string>
+#include <cstdint>
+
+std::string print_decoded(uint16_t ins, bool simplify);