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

From SnesLab
Jump to: navigation, search
(16-bit)
(→‎See Also: stack pointer)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=== See Also ===
=== See Also ===
* [[Program Bank Register]]
* [[Program Bank Register]]
* [[Stack Pointer]]


=== Reference ===
=== Reference ===
* [[Eyes & Lichty]] page 33, https://archive.org/details/0893037893ProgrammingThe65816/page/n59
* [[Eyes & Lichty]] page 33, https://archive.org/details/0893037893ProgrammingThe65816/page/n59
* https://archive.org/details/SNESDevManual/book1/page/n182
* [https://archive.org/details/SNESDevManual/book1/page/n182 page 3-8-4 of Book I] of the official Super Nintendo development manual


[[Category:ASM]]
[[Category:ASM]]
[[Category:Registers]]
[[Category:Registers]]
[[Category:Inherited from 6502]]
[[Category:Inherited from 6502]]

Latest revision as of 07:09, 20 December 2023

The Program Counter keeps track of which instruction is currently executing.

On the S-SMP it is 16 bits wide.

See Also

Reference