1 2 3 4 5 6 7
#include "nop.h" std::vector<std::string> InstructionNop::to_strs() { std::vector<std::string> str; str.push_back("nop"); return str; }