MicrOS
string_operations.c File Reference
#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)
 

Function Documentation

◆ perform_cmps()

uint16_t perform_cmps ( v8086 machine,
uint8_t  width 
)

◆ perform_lods()

uint16_t perform_lods ( v8086 machine,
uint8_t  width 
)

◆ perform_movs()

uint16_t perform_movs ( v8086 machine,
uint8_t  width 
)

◆ perform_scas()

uint16_t perform_scas ( v8086 machine,
uint8_t  width 
)

◆ perform_stos()

uint16_t perform_stos ( v8086 machine,
uint8_t  width 
)