1 2 3 4 5 6
#pragma once #include <cstdint> #include <string> std::string print_decoded(uint16_t ins, bool simplify);