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
(AND1, OR1)
(what it does to the opcode)
 
Line 3: Line 3:
* [[AND1]]
* [[AND1]]
* [[OR1]]
* [[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