asmjit::InstAPI Namespace Reference [¶]
Instruction API.
Appends the name of the instruction specified by inst_id
and options
into the output
string.
Instruction options would only affect instruction prefix & suffix, other options would be ignored. If inst_options
is zero then only raw instruction name (without any additional text) will be appended.
Parses an instruction name in the given string s
. Length is specified by len
argument, which can be SIZE_MAX
if s
is known to be null terminated.
Returns the parsed instruction id or BaseInst::kIdNone if no such instruction exists.
Validates the given instruction considering the given validation_flags
.
Gets Read/Write information of the given instruction.