Added code generation for RMW versions of ADD/SUB/OR/XOR/AND
This commit is contained in:
parent
a174a88c49
commit
0985952317
8 changed files with 2126 additions and 169 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#define BLOCK_EXIT_OFFSET 0x7e0
|
||||
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
|
||||
|
||||
#define BLOCK_MAX 1650
|
||||
|
||||
enum
|
||||
{
|
||||
OP_RET = 0xc3
|
||||
|
|
|
|||
Loading…
Reference in a new issue