diff options
Diffstat (limited to 'nandgame/cpp/disas.h')
| -rw-r--r-- | nandgame/cpp/disas.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nandgame/cpp/disas.h b/nandgame/cpp/disas.h new file mode 100644 index 0000000..d075fce --- /dev/null +++ b/nandgame/cpp/disas.h @@ -0,0 +1,6 @@ +#pragma once + +#include <cstdint> +#include <string> + +std::string print_decoded(uint16_t ins, bool simplify); |
