Fix shld macro.
This commit is contained in:
@@ -163,7 +163,7 @@
|
|||||||
// REQUIRED: 16 <= cl <= 32
|
// REQUIRED: 16 <= cl <= 32
|
||||||
.macro M_shld_16_32
|
.macro M_shld_16_32
|
||||||
sub cl, 16
|
sub cl, 16
|
||||||
shr ax, cl
|
shl ax, cl
|
||||||
mov dx, ax
|
mov dx, ax
|
||||||
xor ax, ax
|
xor ax, ax
|
||||||
.endm
|
.endm
|
||||||
|
|||||||
Reference in New Issue
Block a user