MicrOS
|
Go to the source code of this file.
Functions | |
uint16_t | perform_movs (v8086 *machine, uint8_t width) |
uint16_t | perform_stos (v8086 *machine, uint8_t width) |
uint16_t | perform_cmps (v8086 *machine, uint8_t width) |
uint16_t | perform_lods (v8086 *machine, uint8_t width) |
uint16_t | perform_scas (v8086 *machine, uint8_t width) |
uint16_t perform_cmps | ( | v8086 * | machine, |
uint8_t | width | ||
) |
uint16_t perform_lods | ( | v8086 * | machine, |
uint8_t | width | ||
) |
uint16_t perform_movs | ( | v8086 * | machine, |
uint8_t | width | ||
) |
uint16_t perform_scas | ( | v8086 * | machine, |
uint8_t | width | ||
) |
uint16_t perform_stos | ( | v8086 * | machine, |
uint8_t | width | ||
) |