Skip to content

Commit 97f6438

Browse files
update
1 parent 07cffea commit 97f6438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

H/instruct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ insn(STOSD, 1, OpCls( M32, NONE, NONE ), F_32, 0,
212212

213213
insx(AAA, aaa, OpCls( NONE, NONE, NONE ), 0, 0, no_RM, 0x37, 0x00, P_86, 0, RWF_IA32 )
214214
insx(AAD, aad, OpCls( NONE, NONE, NONE ), 0, 0, 0, 0xD5, 0x0A, P_86, 0, RWF_IA32 )
215-
insn(AAD, aad, OpCls( I8, NONE, NONE ), 0, 1, no_RM, 0xD5, 0x00, P_86, 0, RWF_IA32 ) /*UASM 2.57*/
215+
insn(AAD, 1, OpCls( I8, NONE, NONE ), 0, 1, no_RM, 0xD5, 0x00, P_86, RWF_IA32 ) /*UASM 2.57*/
216216
insx(AAM, aam, OpCls( NONE, NONE, NONE ), 0, 0, 0, 0xD4, 0x0A, P_86, 0, RWF_IA32 )
217-
insn(AAM, aam, OpCls( I8, NONE, NONE ), 0, 1, no_RM, 0xD4, 0x00, P_86, 0, RWF_IA32 ) /*UASM 2.57*/
217+
insn(AAM, 1, OpCls( I8, NONE, NONE ), 0, 1, no_RM, 0xD4, 0x00, P_86, RWF_IA32 ) /*UASM 2.57*/
218218
insx(AAS, aas, OpCls( NONE, NONE, NONE ), 0, 0, no_RM, 0x3F, 0x00, P_86, 0, RWF_IA32 )
219219
insx(DAA, daa, OpCls( NONE, NONE, NONE ), 0, 0, no_RM, 0x27, 0x00, P_86, 0, RWF_IA32 )
220220
insx(DAS, das, OpCls( NONE, NONE, NONE ), 0, 0, no_RM, 0x2F, 0x00, P_86, 0, RWF_IA32 )

UASM.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)