[NTVDM]
[reactos.git] / lib / 3rdparty / softx86 / softx86 / procframe.h
1
2 int Sfx86OpcodeExec_returns(sx86_ubyte opcode,softx86_ctx* ctx);
3 int Sfx86OpcodeDec_returns(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
4 int Sfx86OpcodeExec_enterleave(sx86_ubyte opcode,softx86_ctx* ctx);
5 int Sfx86OpcodeDec_enterleave(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);