Added the "das" instruction
This commit is contained in:
parent
9bb7847caf
commit
2305fb47fd
@ -15,6 +15,7 @@
|
||||
|
||||
|
||||
|
||||
#include <System.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
@ -318,6 +318,8 @@
|
||||
/* CDQ 0x99 1 */
|
||||
{ "cdq", 0x99, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||
#endif
|
||||
/* DAS 0x2f 1 */
|
||||
{ "das", 0x2f, OP1F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||
/* DEC 0x48 +rd 1 */
|
||||
{ "dec", 0x48, OP1F, OP_AX, AOT_NONE, AOT_NONE },
|
||||
{ "dec", 0x49, OP1F, OP_CX, AOT_NONE, AOT_NONE },
|
||||
|
@ -82,6 +82,7 @@
|
||||
cmc /* f5 */
|
||||
cpuid /* 0f a2 */
|
||||
cdq /* 0x99 */
|
||||
das
|
||||
/* DEC */
|
||||
dec %eax /* 48 */
|
||||
dec %ecx /* 49 */
|
||||
|
Loading…
Reference in New Issue
Block a user