Hitachi SH7750 Programming Manual page 384

High-performance risc engine superh (sh) 32-bit risc mcu/mpu series
Hide thumbs Also See for SH7750:
Table of Contents

Advertisement

STCSPC(int n)
{
R[n]=SPC;
PC+=2;
}
STCSGR(int n)
{
R[n]=SGR;
PC+=2;
}
STCDBR(int n)
{
R[n]=DBR;
PC+=2;
}
STCRm_BANK(int n)
{
R[n]=Rm_BANK;
PC+=2;
}
STCMSR(int n)
{
R[n]–=4;
Write_Long(R[n],SR);
PC+=2;
}
STCMGBR(int n)
{
R[n]–=4;
Write_Long(R[n],GBR);
PC+=2;
Rev. 2.0, 03/99, page 370 of 396
/* STC SPC,Rn : Privileged */
/* STC SGR,Rn : Privileged */
/* STC DBR,Rn : Privileged */
/* STC Rm_BANK,Rn : Privileged */
/* m=0–7 */
/* STC.L SR,@-Rn : Privileged */
/* STC.L GBR,@–Rn */

Advertisement

Table of Contents
loading

Table of Contents