#pragma once #include #include #include #include "isa.hh" namespace codec { extern const std::map, uint8_t>& encode(); const std::map>& decode(); }