We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Direct Page Bit Relative Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(added instruction list)
(added syntax)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [[BBS]]
* [[BBS]]
* [[BBC]]
* [[BBC]]
==== Syntax ====
<pre>
BBS dp, bit, rel
BBC dp, bit, rel
</pre>
=== See Also ===
* [[Direct Page Bit Addressing]]
=== Reference ===
* Figure 3-8-3 Memory Access Addressing Effective Address on [https://archive.org/details/SNESDevManual/book1/page/n187 page 3-8-9 of Book I] of the official Super Nintendo development manual


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:SPC700]]
[[Category:SPC700]]

Latest revision as of 20:22, 12 July 2024

Direct Page Bit Relative Addressing is an addressing mode supported by the SPC700, used by these instructions:

Syntax

BBS dp, bit, rel
BBC dp, bit, rel

See Also

Reference

  • Figure 3-8-3 Memory Access Addressing Effective Address on page 3-8-9 of Book I of the official Super Nintendo development manual