8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
program_status_word: An exdended PSW for easy checks and sets of PSW without flagging. More...
#include <cpu_8080.h>
Public Attributes | |
uint8_t | carry |
uint8_t | aux |
uint8_t | sign |
uint8_t | zero |
uint8_t | parity |
program_status_word: An exdended PSW for easy checks and sets of PSW without flagging.
uint8_t program_status_word::aux |
Status of the auxiliary carry
bit in PSW
uint8_t program_status_word::carry |
Status of the carry
bit in PSW
uint8_t program_status_word::parity |
Status of the parity
bit in PSW (1 if num of 1 even)
uint8_t program_status_word::sign |
Status of the sign
bit in PSW (1 if -ve)
uint8_t program_status_word::zero |
Status of the zero
bit in PSW (1 if 0)