English
Language : 

HD6432351 Datasheet, PDF (55/989 Pages) Renesas Technology Corp – The H8S/2000 CPU has an internal 32-bit architecture, is provided with sixteen 16-bit general registers and a concise
2.5 Data Formats
The CPU can process 1-bit, 4-bit (BCD), 8-bit (byte), 16-bit (word), and 32-bit (longword) data.
Bit-manipulation instructions operate on 1-bit data by accessing bit n (n = 0, 1, 2, …, 7) of byte
operand data. The DAA and DAS decimal-adjust instructions treat byte data as two digits of 4-bit
BCD data.
2.5.1 General Register Data Formats
Figure 2-10 shows the data formats in general registers.
Data Type
Register Number Data Format
1-bit data
RnH
7
0
76543210
Don’t care
1-bit data
RnL
Don’t care
7
0
76543210
4-bit BCD data
RnH
7
43
0
Upper Lower
Don’t care
4-bit BCD data
RnL
Don’t care
7
43
0
Upper Lower
Byte data
Byte data
RnH
RnL
7
MSB
0
Don’t care
LSB
7
0
Don’t care
MSB
LSB
Figure 2-10 General Register Data Formats
35