EasyManuals Logo

Renesas SuperH SH-4A User Manual

Renesas SuperH SH-4A
472 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #309 background imageLoading...
Page #309 background image
Rev. 1.50, 10/04, page 289 of 448
10.1.46 NOT (Not-logical Complement): Logical Instruction
Format Operation Instruction Code Cycle T Bit
NOT Rm,Rn ∼Rm → Rn 0110nnnnmmmm0111 1 —
Description: This instruction finds the one's complement of the contents of general register Rm
and stores the result in Rn. That is, it inverts the Rm bits and stores the result in Rn.
Notes: None
Operation:
NOT(long m, long n) /* NOT Rm,Rn */
{
R[n] = ∼R[m];
PC += 2;
}
Example:
NOT R0,R1 ;Before execution R0 = H'AAAAAAAA
;After execution R1 = H'55555555

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Renesas SuperH SH-4A and is the answer not in the manual?

Renesas SuperH SH-4A Specifications

General IconGeneral
BrandRenesas
ModelSuperH SH-4A
CategoryComputer Hardware
LanguageEnglish

Related product manuals