PZ80emu  0.1
Functions
complement.h File Reference
#include "z80.h"
Include dependency graph for complement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Detailed Description

Author
Peter H. Ezetta

Function Documentation

◆ _ccf()

void _ccf ( struct z80 cpu)

clears the carry flag

Parameters
cpuz80 cpu object

◆ _scf()

__BEGIN_DECLS void _scf ( struct z80 cpu)

sets the carry flag

Parameters
cpuz80 cpu object