HD6417041AVF16V Renesas Electronics America, HD6417041AVF16V Datasheet - Page 147

IC SUPERH MCU ROMLESS 144QFP

HD6417041AVF16V

Manufacturer Part Number
HD6417041AVF16V
Description
IC SUPERH MCU ROMLESS 144QFP
Manufacturer
Renesas Electronics America
Series
SuperH® SH7040r
Datasheets

Specifications of HD6417041AVF16V

Core Processor
SH-2
Core Size
32-Bit
Speed
28.7MHz
Connectivity
EBI/EMI, SCI
Peripherals
DMA, POR, PWM, WDT
Number Of I /o
98
Program Memory Type
ROMless
Ram Size
4K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-20°C ~ 75°C
Package / Case
144-QFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Program Memory Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
HD6417041AVF16V
Manufacturer:
Renesas Electronics America
Quantity:
10 000
6.1.2
Description: Adds general register Rn data to Rm data, and stores the result in Rn. 8-bit
immediate data can be added instead of Rm data. Since the 8-bit immediate data is sign-extended
to 32 bits, this instruction can add and subtract immediate data.
Operation:
Examples:
Format
ADD
ADD
ADD(long m,long n)
{
}
ADDI(long i,long n) /* ADD #imm,Rn */
{
}
ADD
ADD
ADD
R[n]+=R[m];
PC+=2;
if ((i&0x80)==0) R[n]+=(0x000000FF & (long)i);
else R[n]+=(0xFFFFFF00 | (long)i);
PC+=2;
Rm,Rn
#imm,Rn Rn + #imm
ADD (ADD Binary): Arithmetic Instruction
R0,R1
#H'01,R2
#H'FE,R3
Abstract
Rm + Rn
; Before execution: R0 = H'7FFFFFFF, R1 = H'00000001
; After execution:
; Before execution: R2 = H'00000000
; After execution:
; Before execution: R3 = H'00000001
; After execution:
/* ADD Rm,Rn */
Rn
Rn
Code
0011nnnnmmmm1100 1
0111nnnniiiiiiii 1
R1 = H'80000000
R2 = H'00000001
R3 = H'FFFFFFFF
Rev. 5.00 Jun 30, 2004 page 131 of 512
Cycle T Bit SH-1 SH-2
Section 6 Instruction Descriptions
REJ09B0171-0500O
Instructions
Applicable
SH-
DSP

Related parts for HD6417041AVF16V