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