We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
PLB: Difference between revisions
From SnesLab
(created page) |
(fixed opcode, added category) |
||
Line 1: | Line 1: | ||
'''PLB''' (PulL data Bank) is a | '''PLB''' (PulL data Bank) is a [[65c816]] instruction that pulls the 8-bit value at the top of the [[stack]] into the [[data bank register]]. | ||
{| class="wikitable" style="float:right;clear:right;width:30%" | {| class="wikitable" style="float:right;clear:right;width:30%" | ||
Line 10: | Line 10: | ||
|+ | |+ | ||
|stack | |stack | ||
| | |AB | ||
|1 byte | |1 byte | ||
|4 cycles | |4 cycles | ||
Line 38: | Line 38: | ||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:65c816 additions]] |
Revision as of 06:30, 4 May 2023
PLB (PulL data Bank) is a 65c816 instruction that pulls the 8-bit value at the top of the stack into the data bank register.
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Addressing Mode | Opcode | Length | Speed | ||||
stack | AB | 1 byte | 4 cycles |
Flags Clobbered | ||||||||
---|---|---|---|---|---|---|---|---|
N | V | M | X | D | I | Z | C | |
. | . | . | . | . | . |