We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Program Status Word: Difference between revisions
From SnesLab
(added dp flag) |
(added break flag) |
||
Line 4: | Line 4: | ||
* overflow Flag | * overflow Flag | ||
* [[direct page flag]] | * [[direct page flag]] | ||
* [[Break Flag]] | |||
* [[Half-carry flag]] | * [[Half-carry flag]] | ||
* [[Interrupt Enable Flag]] | * [[Interrupt Enable Flag]] |
Revision as of 18:35, 12 July 2023
The Program Status Word is an 8-bit register on the SPC700 that stores the value of status flags. They are typically listed in this order: NVPBHIZC. More verbosely:
- Negative Flag
- overflow Flag
- direct page flag
- Break Flag
- Half-carry flag
- Interrupt Enable Flag
- Zero Flag
- Carry flag