MicrOS
|
#include <v8086/mod_rm_parsing.h>
#include <stddef.h>
#include <v8086/memory_operations.h>
#include "string_operations.h"
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 | ||
) |