ComSquare
Public Attributes | List of all members
ComSquare::APU::InternalRegisters::psw Union Reference

Program Status Word register. More...

#include <APU.hpp>

Collaboration diagram for ComSquare::APU::InternalRegisters::psw:
Collaboration graph

Public Attributes

bool n: 1
 Negative flag. More...
 
bool v: 1
 Overflow flag. More...
 
bool p: 1
 Direct page flag. More...
 
bool b: 1
 Break flag. More...
 
bool h: 1
 Half carry flag. More...
 
bool i: 1
 Interrupt enabled flag. More...
 
bool z: 1
 Zero flag. More...
 
bool c: 1
 Carry flag. More...
 

Detailed Description

Program Status Word register.

Member Data Documentation

◆ b

bool ComSquare::APU::InternalRegisters::psw::b

Break flag.

◆ c

bool ComSquare::APU::InternalRegisters::psw::c

Carry flag.

◆ h

bool ComSquare::APU::InternalRegisters::psw::h

Half carry flag.

◆ i

bool ComSquare::APU::InternalRegisters::psw::i

Interrupt enabled flag.

◆ n

bool ComSquare::APU::InternalRegisters::psw::n

Negative flag.

◆ p

bool ComSquare::APU::InternalRegisters::psw::p

Direct page flag.

◆ v

bool ComSquare::APU::InternalRegisters::psw::v

Overflow flag.

◆ z

bool ComSquare::APU::InternalRegisters::psw::z

Zero flag.


The documentation for this union was generated from the following file: