Added a mnemonic for the "call" instruction
This commit is contained in:
parent
37edc4e721
commit
4f328cb963
@ -318,6 +318,7 @@
|
|||||||
{ "bts", 0x0fba, OP2F, OP_RMW_DW+5,OP_S8, AOT_NONE },
|
{ "bts", 0x0fba, OP2F, OP_RMW_DW+5,OP_S8, AOT_NONE },
|
||||||
{ "bts", 0x0fba, OP2F, OP_RMW_RW+5,OP_S8, AOT_NONE },
|
{ "bts", 0x0fba, OP2F, OP_RMW_RW+5,OP_S8, AOT_NONE },
|
||||||
/* CALL */
|
/* CALL */
|
||||||
|
{ "call", 0xe8, OP1F, OP_SW, AOT_NONE, AOT_NONE },
|
||||||
/* FIXME implement */
|
/* FIXME implement */
|
||||||
#if defined(ARCH_i386_real)
|
#if defined(ARCH_i386_real)
|
||||||
/* CBW 0x98 1 */
|
/* CBW 0x98 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user