Go to the source code of this file.
◆ enter()
int16_t enter |
( |
v8086 * |
machine, |
|
|
uint8_t |
width |
|
) |
| |
◆ leave()
int16_t leave |
( |
v8086 * |
machine, |
|
|
uint8_t |
width |
|
) |
| |
◆ pop_all()
int16_t pop_all |
( |
v8086 * |
machine | ) |
|
◆ pop_gpr()
int16_t pop_gpr |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ pop_rm()
int16_t pop_rm |
( |
v8086 * |
machine | ) |
|
◆ push_all()
int16_t push_all |
( |
v8086 * |
machine | ) |
|
◆ push_gpr()
int16_t push_gpr |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ push_immediate()
int16_t push_immediate |
( |
v8086 * |
machine, |
|
|
uint8_t |
width |
|
) |
| |