ParserHelper Module
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
checkIfInstructionLine _arg1
Parameters:
AssemblyLine
Returns: AsmInsInfo option
|
|
|
|
|
|
Full Usage:
getOpCode (arg1, arg2)
Parameters:
('a * 'b) * 'c
arg1 : 'd
Returns: 'a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
newInsInfo addr opcode c it w q simd oprs iLen mode cflag
Parameters:
Addr
opcode : Opcode
c : Condition
it : byte
w : bool
q : Qualifier
simd : SIMDDataTypes option
oprs : Operands
iLen : uint32
mode : ArchOperationMode
cflag : bool option
Returns: AsmInsInfo
|
|
|
|
|
|
|
|
|