|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
#include "ge.h"Go to the source code of this file.
Enumerations | |
| enum | alu_cc { ALU_CC_LOW = 1 , ALU_CC_NEG = 1 , ALU_CC_EQUAL = 2 , ALU_CC_ZERO = 2 , ALU_CC_HIGH = 3 , ALU_CC_POS = 3 , ALU_CC_OVF = 0 } |
Functions | |
| void | alu_set_cc (struct ge *ge, uint8_t cc) |
| uint8_t | alu_get_cc (struct ge *ge) |
| enum alu_cc |