ARMv8 instruction parser.
Function or value | Description |
|
Read in bytes and return a parsed instruction for ARMv8. This function returns ARM64Instruction, which is a specialized type for 64-bit ARM. If you want to handle instructions in a platform-agnostic manner, you'd better use the ARM64Parser class.
|