GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Functions
alu_cc.c File Reference
#include "alu_cc.h"
#include "bit.h"

Go to the source code of this file.

Functions

void alu_set_cc (struct ge *ge, uint8_t cc)
 
uint8_t alu_get_cc (struct ge *ge)
 

Function Documentation

◆ alu_get_cc()

uint8_t alu_get_cc ( struct ge ge)

Definition at line 18 of file alu_cc.c.

◆ alu_set_cc()

void alu_set_cc ( struct ge ge,
uint8_t  cc 
)

Definition at line 4 of file alu_cc.c.