Rev. 1.50, 10/04, page 326 of 448
STSMMACH(int n) /* STS.L MACH,@-Rn */
{
R[n] –= 4;
Write_Long(R[n],MACH);
PC += 2;
}
STSMMACL(int n) /* STS.L MACL,@-Rn */
{
R[n] –= 4;
Write_Long(R[n],MACL);
PC += 2;
}
STSMPR(int n) /* STS.L PR,@-Rn */
{
R[n] –= 4;
Write_Long(R[n],PR);
PC += 2;
}
Example:
STS
MACH,R0
;
Before execution
R0 = H'FFFFFFFF, MACH = H'00000000
;
After execution
R0 = H'00000000
STS.L PR,@-R15
;
Before execution
R15 = H'10000004
;
After execution
R15 = H'10000000, (R15) = PR
Possible Exceptions:
•
Data TLB multiple-hit exception
•
Data TLB miss exception
•
Data TLB protection violation exception
•
Initial page write exception
•
Data address error
Summary of Contents for SuperH SH-4A
Page 2: ...Rev 1 50 10 04 page ii of xx ...
Page 8: ...Rev 1 50 10 04 page viii of xx ...
Page 116: ...Rev 1 50 10 04 page 96 of 448 ...
Page 178: ...Rev 1 50 10 04 page 158 of 448 ...
Page 206: ...Rev 1 50 10 04 page 186 of 448 ...
Page 231: ...Rev 1 50 10 04 page 211 of 448 Possible Exceptions Slot illegal instruction exception ...
Page 235: ...Rev 1 50 10 04 page 215 of 448 Possible Exceptions Slot illegal instruction exception ...
Page 238: ...Rev 1 50 10 04 page 218 of 448 Possible Exceptions Slot illegal instruction exception ...
Page 408: ...Rev 1 50 10 04 page 388 of 448 Possible Exceptions Inexact Not generated when FPSCR PR 1 ...
Page 446: ...Rev 1 50 10 04 page 426 of 448 ...
Page 468: ...Rev 1 50 10 04 page 448 of 448 ...
Page 471: ......
Page 472: ...SH 4A Software Manual ...