#include "nop.h" std::vector InstructionNop::to_strs() { std::vector str; str.push_back("nop"); return str; }