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

TCLR1 (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(added official Nintendo doc link)
(→‎External Links: more correct subparagraph terminology)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''TCLR1''' is an [[SPC700]] instruction that tests and clears bits.
{| class="wikitable" style="float:right;clear:right;width:40%"
 
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="8"|Basic Info
!colspan="8"|Basic Info
|+
|+
Line 9: Line 7:
|'''Speed'''
|'''Speed'''
|+
|+
|absolute
|[[Absolute Addressing | Absolute]]
|4E
|4E
|3 byte
|3 byte
Line 16: Line 14:


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="8"|Flags Clobbered
!colspan="8"|Flags Affected
|+
|+
|N
|[[Negative Flag|N]]
|V
|[[Overflow Flag|V]]
|P
|[[Direct Page Flag|P]]
|B
|[[Break Flag|B]]
|H
|[[Half-Carry Flag|H]]
|I
|[[Interrupt Enable Flag|I]]
|Z
|[[Zero Flag|Z]]
|C
|[[Carry Flag|C]]
|+
|+
|
|
Line 36: Line 34:
|.
|.
|}
|}
'''TCLR1''' is an [[SPC700]] instruction that tests and clears memory bits using the [[accumulator]].  For every set bit in the accumulator, the corresponding memory bit is cleared.


=== See Also ===
=== See Also ===
* [[TSET1]]
* [[TSET1]]
* [[CLR1]]
* [[TRB]]


=== External Links ===
=== External Links ===
* Official Nintendo documentation on TCLR1: https://archive.org/details/SNESDevManual/book1/page/n234
# Official Nintendo documentation on TCLR1: Table C-18 in [https://archive.org/details/SNESDevManual/book1/page/n234 Appendix C-9 of Book I]
# subparagraph 8.2.3.2 of [https://archive.org/details/SNESDevManual/book1/page/n186 page 3-8-8], lbid.
 


[[Category:ASM]]
[[Category:ASM]]
[[Category:SPC700]]
[[Category:SPC700]]
[[Category:Bit Operation Commands]]
[[Category:Bit Operation Commands]]
[[Category:Three-byte Instructions]]

Latest revision as of 13:21, 29 December 2023

Basic Info
Addressing Mode Opcode Length Speed
Absolute 4E 3 byte 6 cycles
Flags Affected
N V P B H I Z C
. . . . . .

TCLR1 is an SPC700 instruction that tests and clears memory bits using the accumulator. For every set bit in the accumulator, the corresponding memory bit is cleared.

See Also

External Links

  1. Official Nintendo documentation on TCLR1: Table C-18 in Appendix C-9 of Book I
  2. subparagraph 8.2.3.2 of page 3-8-8, lbid.