MicrOS
exchange_operations.h
Go to the documentation of this file.
1
#ifndef MICROS_EXCHANGE_OPERATIONS_H
2
#define MICROS_EXCHANGE_OPERATIONS_H
3
4
#include <
v8086/v8086.h
>
5
6
int16_t
perform_exchange_rm
(
v8086
*
machine
, uint8_t opcode);
7
int16_t
perform_exchange_ax_register
(
v8086
*
machine
, uint8_t opcode);
8
9
#endif //MICROS_EXCHANGE_OPERATIONS_H
perform_exchange_ax_register
int16_t perform_exchange_ax_register(v8086 *machine, uint8_t opcode)
Definition:
exchange_operations.c:49
machine
v8086 * machine
Definition:
vbe.c:8
v8086.h
perform_exchange_rm
int16_t perform_exchange_rm(v8086 *machine, uint8_t opcode)
Definition:
exchange_operations.c:34
v8086
Definition:
v8086.h:155
os
kernel
src
v8086
operations
exchange_operations.h
Generated by
1.8.13