diff options
Diffstat (limited to 'nandgame/cpp/disas.h')
| -rw-r--r-- | nandgame/cpp/disas.h | 4 |
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); |
