Disassembler.IsTerminator Method
Definition
Is the specified Opcode a terminator? I.e. you can never proceed to the following instruction from this point.
protected abstract bool IsTerminator(Opcode opcode);
Parameters
| Name | Type | Description |
|---|---|---|
opcode |
Opcode |