Go to the source code of this file.
◆ convert_byte_to_word()
int16_t convert_byte_to_word |
( |
v8086 * |
machine | ) |
|
◆ convert_word_to_double()
int16_t convert_word_to_double |
( |
v8086 * |
machine | ) |
|
◆ load_flags()
int16_t load_flags |
( |
v8086 * |
machine | ) |
|
◆ perform_lea()
int16_t perform_lea |
( |
v8086 * |
machine | ) |
|
◆ perform_load_far_pointer()
◆ perform_mov_gpr_imm()
uint16_t perform_mov_gpr_imm |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_mov_moffset()
int16_t perform_mov_moffset |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_mov_rm()
int16_t perform_mov_rm |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_mov_rm_imm()
uint16_t perform_mov_rm_imm |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_mov_segment()
int16_t perform_mov_segment |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_movsx()
int16_t perform_movsx |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_movzx()
int16_t perform_movzx |
( |
v8086 * |
machine, |
|
|
uint8_t |
opcode |
|
) |
| |
◆ perform_xlat()
int16_t perform_xlat |
( |
v8086 * |
machine | ) |
|
◆ store_flags()
int16_t store_flags |
( |
v8086 * |
machine | ) |
|