GUI: added zword
This commit is contained in:
parent
8b07e44826
commit
ed4f1f5181
|
|
@ -122,8 +122,11 @@ bool BeaHighlight::PrintArgument(QList<CustomRichText_t>* richText, const ARGTYP
|
|||
case 256:
|
||||
argument.text.sprintf("yword ptr %s:[%s]", segment, argmnemonic.toUtf8().constData());
|
||||
break;
|
||||
case 512:
|
||||
argument.text.sprintf("zword ptr %s:[%s]", segment, argmnemonic.toUtf8().constData());
|
||||
break;
|
||||
default: //different memory size
|
||||
argument.text.sprintf("??? ptr %s:[%s]", segment, argmnemonic.toUtf8().constData());
|
||||
argument.text.sprintf("%s:[%s]", segment, argmnemonic.toUtf8().constData());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue