PZ80emu  0.1
Functions
complement.c File Reference
#include "complement.h"
#include "utils.h"
Include dependency graph for complement.c:

Functions

void _scf (struct z80 *cpu)
 
void _ccf (struct z80 *cpu)
 

Detailed Description

Author
Peter H. Ezetta

Function Documentation

◆ _ccf()

void _ccf ( struct z80 cpu)

clears the carry flag

Parameters
cpuz80 cpu object

◆ _scf()

void _scf ( struct z80 cpu)

sets the carry flag

Parameters
cpuz80 cpu object