English
Language : 

HD6417727BP160CV Datasheet, PDF (101/1098 Pages) Renesas Technology Corp – Renesas 32-Bit RISC Microcomputer SuperH™ RISC engine Family/ SH7700 Series
Section 2 CPU
Absolute Addresses: When data is referenced by absolute address, the absolute address value is
placed in a table in memory beforehand. Using the method whereby immediate data is loaded
when an instruction is executed, this value is transferred to a register and the data is referenced
using register indirect addressing mode.
Table 2.10 Absolute Address Referencing
Type
Absolute address
SH7727 CPU
MOV.L @(disp,PC),R1
MOV.B @R1,R0
........
.DATA.L H'12345678
Example of Other CPU
MOV.B @H'12345678,R0
16-Bit/32-Bit Displacement: When data is referenced with a 16- or 32-bit displacement, the
displacement value is placed in a table in memory beforehand. Using the method whereby
immediate data is loaded when an instruction is executed, this value is transferred to a register and
the data is referenced using indexed register indirect addressing mode.
Table 2.11 Displacement Referencing
Type
16-bit displacement
SH7727 CPU
MOV.W @(disp,PC),R0
MOV.W @(R0,R1),R2
........
.DATA.W H'1234
Example of Other CPU
MOV.W @(H'1234,R1),R2
Rev.6.00 Mar. 27, 2009 Page 43 of 1036
REJ09B0254-0600