[SOFTX86]
[reactos.git] / lib / 3rdparty / softx86 / softx86 / jumpy.h
1
2 int Sfx86OpcodeExec_jc(sx86_ubyte opcode,softx86_ctx* ctx);
3 int Sfx86OpcodeDec_jc(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
4 int Sfx86OpcodeExec_call(sx86_ubyte opcode,softx86_ctx* ctx);
5 int Sfx86OpcodeDec_call(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
6 int Sfx86OpcodeExec_jmp(sx86_ubyte opcode,softx86_ctx* ctx);
7 int Sfx86OpcodeDec_jmp(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
8 int Sfx86OpcodeExec_loop(sx86_ubyte opcode,softx86_ctx* ctx);
9 int Sfx86OpcodeDec_loop(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);