Added a mnemonic for the "call" instruction

This commit is contained in:
Pierre Pronchery 2011-04-25 01:46:58 +00:00
parent 37edc4e721
commit 4f328cb963

View File

@ -318,6 +318,7 @@
{ "bts", 0x0fba, OP2F, OP_RMW_DW+5,OP_S8, AOT_NONE },
{ "bts", 0x0fba, OP2F, OP_RMW_RW+5,OP_S8, AOT_NONE },
/* CALL */
{ "call", 0xe8, OP1F, OP_SW, AOT_NONE, AOT_NONE },
/* FIXME implement */
#if defined(ARCH_i386_real)
/* CBW 0x98 1 */