Definition at line 51 of file M680x.java.
◆ getFieldOrder()
List capstone.M680x.OpValue.getFieldOrder |
( |
| ) |
|
|
inline |
Definition at line 61 of file M680x.java.
62 return Arrays.asList(
"imm",
"reg",
"idx",
"rel",
"ext",
"direct_addr",
"const_val");
◆ const_val
byte capstone.M680x.OpValue.const_val |
◆ direct_addr
byte capstone.M680x.OpValue.direct_addr |
◆ ext
◆ idx
◆ imm
int capstone.M680x.OpValue.imm |
◆ reg
int capstone.M680x.OpValue.reg |
◆ rel
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/java/capstone/M680x.java