#include "nop.h" QVector InstructionNop::to_strs() { QVector str; str << QString("nop"); return str; }