English
Language : 

MC9S08DZ128 Datasheet, PDF (65/458 Pages) Freescale Semiconductor, Inc – Microcontrollers
Chapter 4 Memory
address of the FLASH memory location to be addressed. When accessing data using LBP, the contents of
LAP2:LAP0 will increment after the read or write is complete.
Accessing LBP does the same thing as accessing LWP. The MMU register ordering of LWP followed by
LBP, allow the user to access data by words using the LDHX or STHX instructions with the address of the
LWP register.
7
6
5
4
3
2
1
0
R
D7
D6
D5
D4
D3
D2
D1
D0
W
Reset:
0
0
0
0
0
0
0
0
Figure 4-8. Linear Byte Post Increment Register (LBP)
Table 4-9. Linear Byte Post Increment Register Field Descriptions
Field
7:0
D7:D0
Description
Reads of this register will first return the data value pointed to by the linear address pointer, LAP2:LAP0 and then
will increment LAP2:LAP0. Writes to this register will first write the data value to the memory location specified
by the linear address pointer and then will increment LAP2:LAP0. Writes to this register are most commonly used
when writing to the FLASH block(s) during programming.
4.4.3.5 Linear Byte Register (LB)
This register is one of three data registers that the user can use to access any FLASH memory location in
the extended address map. When LB is accessed the contents of LAP2:LAP0 make up the extended
address of the FLASH memory location to be addressed.
7
6
5
4
3
2
1
0
R
D7
D6
D5
D4
D3
D2
D1
D0
W
Reset:
0
0
0
0
0
0
0
0
Figure 4-9. Linear Byte Register (LB)
Table 4-10. Linear Data Register Field Descriptions
Field
7:0
D7:D0
Description
Reads of this register returns the data value pointed to by the linear address pointer, LAP2:LAP0. Writes to this
register will write the data value to the memory location specified by the linear address pointer. Writes to this
register are most commonly used when writing to the FLASH block(s) during programming.
4.4.3.6 Linear Address Pointer Add Byte Register (LAPAB)
The user can increase or decrease the contents of LAP2:LAP0 by writing a 2s complement value to
LAPAB. The value written will be added to the current contents of LAP2:LAP0.
MC9S08DZ128 Series Data Sheet, Rev. 1
Freescale Semiconductor
65