Searched defs:ByteInstruction (Results 1 – 1 of 1) sorted by relevance
84 class ByteInstruction : public Instruction { class86 explicit ByteInstruction(uint8 value) : Instruction(DEFBYTE, value) {} in ByteInstruction() function in courgette::__anona341a06e0111::ByteInstruction