AsmWordKind Type
Represents a kind of a assembly word.
Record fields
| Record Field |
Description
|
|
An address of the given instruction.
|
|
A delimiter introducing a comment or annotation, such as " ; ".
|
|
A delimiter introducing an instruction text after an address, e.g., ": ".
|
|
An opcode.
|
|
A simple string that can be ignored.
|
|
A value (such as an immediate).
|
|
An variable (such as a register).
|
B2R2