]=, ^=, also *fixed variable sar in previous compilers*
This commit is contained in:
parent
2eea57df8a
commit
383d1fbe27
6 changed files with 123 additions and 5 deletions
|
@ -70,7 +70,7 @@ shr rax, cl
|
|||
shr rax, imm8
|
||||
>48 c1 e8 IMM8
|
||||
sar rax, cl
|
||||
>f8 d3 f8
|
||||
>48 d3 f8
|
||||
sar rax, imm8
|
||||
>48 c1 f8 IMM8
|
||||
sub rsp, imm32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue