NEC V850ES/F 3-L Series User Manual page 150

32-bit single-chip microcontroller
Table of Contents

Advertisement

Chapter 3
(1)
Figure 3-5
(2)
Figure 3-6
Caution
150
Wrap-around of data space
If an operand address calculation exceeds 32 bits, only the lower 32 bits of the
result are considered. Therefore, the addresses 0000 0000
are contiguous addresses. This results in a wrap-around of the data space:
FFFF FFFEH
FFFF FFFFH
0000 0000H
0000 0001H
Wrap-around of data space
Wrap-around of program space
If an instruction address calculation exceeds 26 bits, only the lower 26 bits of
the result are considered. Therefore, the addresses 0000 0000
03FF FFFF
are contiguous addresses. This results in a wrap-around of the
H
program space:
03FF FFFEH
03FF FFFFH
0000 0000H
0000 0001H
Wrap-around of program space
No instruction can be fetched from the 4 KB area of 03FF F000
03FF FFFF
because this area is defined as peripheral I/O area. Therefore, do
H
not execute any branch to this area.
User's Manual U18743EE1V2UM00
Data space
(+)
direction
Data space
Program space
(+)
direction
Program space
CPU System Functions
and FFFF FFFF
H
(-)
direction
and
H
(-)
direction
to
H
H

Advertisement

Table of Contents
loading

Table of Contents