Scaffolding for 32-bit ModRM decoding
This commit is contained in:
parent
418f3bd603
commit
7cdf097c8d
9 changed files with 22819 additions and 2522 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"FATARRAYS": true,
|
||||
"TYPEDARRAYS": true,
|
||||
"SAMPLER": true,
|
||||
"BACKTRACK": true,
|
||||
"Component": true,
|
||||
"State": true,
|
||||
"Bus": true,
|
||||
|
|
@ -43,7 +44,11 @@
|
|||
"X86CPU": true,
|
||||
"X86Grps": true,
|
||||
"X86Help": true,
|
||||
"X86Mods": true,
|
||||
"X86ModB": true,
|
||||
"X86ModW": true,
|
||||
"X86ModB32": true,
|
||||
"X86ModW32": true,
|
||||
"X86ModSIB": true,
|
||||
"X86OpXX": true,
|
||||
"X86Op0F": true,
|
||||
"str": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue