summaryrefslogtreecommitdiff
path: root/nandgame/cpp/disas.h
blob: d075fce943a080441150a0a86baa5aea25102aa3 (plain)
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string print_decoded(uint16_t ins, bool simplify);