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 Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(added syntax)
(two bytes long)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [[SET1]]
* [[SET1]]
* [[CLR1]]
* [[CLR1]]
Both of which are two bytes long.


==== Syntax ====
==== Syntax ====
Line 12: Line 14:
=== See Also ===
=== See Also ===
* [[dip bit]]
* [[dip bit]]
* [[Absolute Boolean Bit Addressing]]
* [[Direct Page Bit Relative Addressing]]
* [[Direct Page 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 14:22, 1 August 2024

Direct Page Bit Addressing is supported by the SPC700 by the following instructions:

Both of which are two bytes long.

Syntax

CLR1 dip. bit
SET1 dip. bit

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