We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
BPL (SPC700): Difference between revisions
From SnesLab
(created page) |
(added link to official dev manual) |
||
Line 1: | Line 1: | ||
'''BPL''' is an [[SPC700]] instruction that performs a branch when the negative flag is clear. | '''BPL''' (Branch Plus) is an [[SPC700]] instruction that performs a branch when the negative flag is clear. Note that zero is considered positive. | ||
{| class="wikitable" style="float:right;clear:right;width:30%" | {| class="wikitable" style="float:right;clear:right;width:30%" | ||
Line 39: | Line 39: | ||
=== See Also === | === See Also === | ||
* [[BPL]] | * [[BPL]] | ||
=== References === | |||
* [https://archive.org/details/SNESDevManual/book1/page/n233 Appendix C-8 of Book I] of the official Super Nintendo development manual | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:SPC700]] | [[Category:SPC700]] | ||
[[Category:Branching Commands]] | [[Category:Branching Commands]] |
Revision as of 01:22, 8 July 2023
BPL (Branch Plus) is an SPC700 instruction that performs a branch when the negative flag is clear. Note that zero is considered positive.
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Addressing Mode | Opcode | Length | Speed | ||||
relative | 10 | 2 bytes | 2 or 4 cycles |
Flags Clobbered | |||||||
---|---|---|---|---|---|---|---|
N | V | P | B | H | I | Z | C |
. | . | . | . | . | . | . | . |
See Also
References
- Appendix C-8 of Book I of the official Super Nintendo development manual