Implemented cache shift

Fixed assembly code generator
Fixed an error in the interpreter
Updated specification: sign-extended immediates
This commit is contained in:
tevador
2018-12-15 23:13:17 +01:00
parent 4fc4b840f5
commit 6332831ec1
11 changed files with 121 additions and 69 deletions

View File

@@ -34,7 +34,7 @@ namespace RandomX {
uint8_t locc;
uint8_t regc;
uint8_t imm0;
uint32_t addr0;
int32_t addr0;
union {
uint32_t addr1;
int32_t imm1;