Added the "daa" instruction
This commit is contained in:
parent
2305fb47fd
commit
b6f891d8bf
@ -318,6 +318,8 @@
|
|||||||
/* CDQ 0x99 1 */
|
/* CDQ 0x99 1 */
|
||||||
{ "cdq", 0x99, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
{ "cdq", 0x99, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||||
#endif
|
#endif
|
||||||
|
/* DAA 0x27 1 */
|
||||||
|
{ "daa", 0x27, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||||
/* DAS 0x2f 1 */
|
/* DAS 0x2f 1 */
|
||||||
{ "das", 0x2f, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
{ "das", 0x2f, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||||
/* DEC 0x48 +rd 1 */
|
/* DEC 0x48 +rd 1 */
|
||||||
|
@ -81,8 +81,9 @@
|
|||||||
clts /* 0f 06 */
|
clts /* 0f 06 */
|
||||||
cmc /* f5 */
|
cmc /* f5 */
|
||||||
cpuid /* 0f a2 */
|
cpuid /* 0f a2 */
|
||||||
cdq /* 0x99 */
|
cdq /* 99 */
|
||||||
das
|
daa /* 27 */
|
||||||
|
das /* 2f */
|
||||||
/* DEC */
|
/* DEC */
|
||||||
dec %eax /* 48 */
|
dec %eax /* 48 */
|
||||||
dec %ecx /* 49 */
|
dec %ecx /* 49 */
|
||||||
|
Loading…
Reference in New Issue
Block a user