Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Summary
The Attributes property of an instruction object contains a description of some of the details of an instruction.
Object Properties
| Name | Description |
|---|---|
| IsBranch | Indicates whether the instruction is any sort of branch instruction. |
| IsConditional | Indicates whether the result of the instruction is conditional (e.g.: a conditional branch). |
| IsCall | Indicates whether the instruction is any sort of call instruction. |
| IsReturn | Indicates whether the instruction is any sort of return instruction. |