#pragma once #include #include #include "isa.hh" #include "codec.hh" #include "mneumonic.hh" namespace fromstring { const std::unordered_map& op(); const std::unordered_map& mode(); }