|
libsidplayfp
1.8.7
|
#include <flags.h>
Public Member Functions | |
| void | reset () |
| void | setNZ (uint8_t value) |
| uint8_t | get () |
| void | set (uint8_t sr) |
Public Attributes | |
| bool | C |
| Carry. | |
| bool | Z |
| Zero. | |
| bool | I |
| Interrupt disabled. | |
| bool | D |
| Decimal. | |
| bool | B |
| Break. | |
| bool | V |
| Overflow. | |
| bool | N |
| Negative. | |
Processor status flag.
|
inline |
Get status register value.
|
inline |
Set status register value.
|
inline |
Set N and Z flag values.
| value | to set flags from |
1.8.12