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
int16_t perform_exchange_ax_register(v8086 *machine, uint8_t opcode)
Definition: exchange_operations.c:49
v8086 * machine
Definition: vbe.c:8
int16_t perform_exchange_rm(v8086 *machine, uint8_t opcode)
Definition: exchange_operations.c:34
Definition: v8086.h:155