English
Language : 

SH7144 Datasheet, PDF (61/773 Pages) Renesas Technology Corp – Hitachi SuperH RISC engine
Table 2.6 Absolute Address Accessing
Classification
CPU of This LSI
Example of Conventional CPU
Absolute address MOV.L
@(disp,PC),R1
MOV.B @H'12345678,R0
MOV.B
@R1,R0
..................
.DATA.L H'12345678
Note: @(disp,PC) accesses the immediate data.
16-Bit/32-Bit Displacement: When data is accessed by 16-bit or 32-bit displacement, the
displacement value is placed in the memory table in advance. That value is transferred to the
register by loading the immediate data during the execution of the instruction, and the data is
accessed in the indirect indexed register addressing mode.
Table 2.7 Displacement Accessing
Classification
CPU of This LSI
Example of Conventional CPU
16-bit displacement MOV.W
@(disp,PC),R0
MOV.W @(H'1234,R1),R2
MOV.W
@(R0,R1),R2
..................
.DATA.W H'1234
Note: @(disp,PC) accesses the immediate data.
Rev. 2.0, 09/02, page 21 of 732