We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
BBS (SPC700): Difference between revisions
From SnesLab
(made basic info table shorter) |
(added all opcodes) |
||
Line 8: | Line 8: | ||
|+ | |+ | ||
| | | | ||
| | |03 | ||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|23 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|43 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|63 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|83 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|A3 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|C3 | |||
|3 bytes | |||
|when condition false: 5 cycles | |||
when condition true: 7 cycles | |||
|+ | |||
| | |||
|E3 | |||
|3 bytes | |3 bytes | ||
|when condition false: 5 cycles | |when condition false: 5 cycles |
Revision as of 05:28, 23 July 2023
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Addressing Mode | Opcode | Length | Speed | ||||
03 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
23 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
43 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
63 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
83 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
A3 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
C3 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
|||||
E3 | 3 bytes | when condition false: 5 cycles
when condition true: 7 cycles |
Flags Clobbered | |||||||
---|---|---|---|---|---|---|---|
N | V | P | B | H | I | Z | C |
. | . | . | . | . | . | . | . |
BBS (Branch on Bit Set) is an SPC700 that performs a branch when the direct page flag is set.
See Also
References
- Appendix C-8 of Book I of the official Super Nintendo development manual