Still adding jump instructions

This commit is contained in:
Pierre Pronchery 2011-04-25 16:03:15 +00:00
parent 7e14e3759a
commit a76056547a

View File

@ -725,6 +725,12 @@
{ "jnp", 0x7b, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JO 0x70 1 rel8 */
{ "jo", 0x70, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JP 0x7a 1 rel8 */
{ "jp", 0x7a, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JPE 0x7a 1 rel8 */
{ "jpe", 0x7a, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JPO 0x7b 1 rel8 */
{ "jpo", 0x7b, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JS 0x78 1 rel8 */
{ "js", 0x78, OP1F, OP_S8, AOT_NONE, AOT_NONE },
/* JZ 0x74 1 rel8 */