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 #246 background imageLoading...
Page #246 background image
Rev. 1.50, 10/04, page 226 of 448
CMPHI(long m, long n) /* CMP_HI Rm,Rn */
{
if ((unsigned long)R[n]>(unsigned long)R[m]) T = 1;
else T = 0;
PC += 2;
}
CMPHS(long m, long n) /* CMP_HS Rm,Rn */
{
if ((unsigned long)R[n]>=(unsigned long)R[m]) T = 1;
else T = 0;
PC += 2;
}
CMPPL(long n) /* CMP_PL Rn */
{
if ((long)R[n]>0) T = 1;
else T = 0;
PC += 2;
}
CMPPZ(long n) /* CMP_PZ Rn */
{
if ((long)R[n]>=0) T = 1;
else T = 0;
PC += 2;
}
CMPSTR(long m, long n) /* CMP_STR Rm,Rn */
{
unsigned long temp;
long HH,HL,LH,LL;

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