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

Bit Reversal: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(what it does to the opcode)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Bit Reversal''' on the [[SPC700]] is indicated with a slash '/'.  It denotes the complement (inversion) of its operand.
'''Bit Reversal''' on the [[SPC700]] is indicated with a slash '/'.  It denotes the complement (inversion) of its operand.  The following two instructions support it:
 
* [[AND1]]
* [[OR1]]
 
When the bit reversal operator is used with them, the opcode emitted by the assembler is 20h greater than if it were omitted.


=== Reference ===
=== Reference ===

Latest revision as of 09:09, 18 December 2023

Bit Reversal on the SPC700 is indicated with a slash '/'. It denotes the complement (inversion) of its operand. The following two instructions support it:

When the bit reversal operator is used with them, the opcode emitted by the assembler is 20h greater than if it were omitted.

Reference