MicrOS
string_operations.h File Reference
#include <stdint.h>
#include <v8086/v8086.h>

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)
 

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 
)