Example #1
0
cString OpcodeFormatter::OpcodeFormatStruct::getOperands(
                                            const cString& opcode) const
{
    return opcode.right(opcode.length() - m_opcodeOperandsStart);
}