-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbndmk.json
44 lines (44 loc) · 890 Bytes
/
bndmk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"mnemonic": "bndmk",
"mnemonicPrecise": "bndmkd",
"opcode": 15929115,
"opcodeHex": "F30F1B",
"operands": [
"RegisterBounds",
[
"Register32",
"Memory"
]
],
"operandSize": 32,
"operandEncoding": "rm",
"modes": [
"X32"
],
"extensions": [
"MPX"
]
},
{
"mnemonic": "bndmk",
"mnemonicPrecise": "bndmkq",
"opcode": 15929115,
"opcodeHex": "F30F1B",
"operands": [
"RegisterBounds",
[
"Register64",
"Memory"
]
],
"operandSize": 64,
"operandEncoding": "rm",
"modes": [
"X64"
],
"extensions": [
"MPX"
]
}
]