[NTVDM]
[reactos.git] / lib / 3rdparty / softx86 / softx86 / pushpop.h
1
2 int Sfx86OpcodeExec_push(sx86_ubyte opcode,softx86_ctx* ctx);
3 int Sfx86OpcodeDec_push(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
4 int Sfx86OpcodeExec_pop(sx86_ubyte opcode,softx86_ctx* ctx);
5 int Sfx86OpcodeDec_pop(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
6 int Sfx86OpcodeExec_ahf(sx86_ubyte opcode,softx86_ctx* ctx);
7 int Sfx86OpcodeDec_ahf(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
8 int Sfx86OpcodeExec_pusha(sx86_ubyte opcode,softx86_ctx* ctx);
9 int Sfx86OpcodeDec_pusha(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);
10 int Sfx86OpcodeExec_popa(sx86_ubyte opcode,softx86_ctx* ctx);
11 int Sfx86OpcodeDec_popa(sx86_ubyte opcode,softx86_ctx* ctx,char buf[128]);