参数资料
型号: AT90S4433-8AC
厂商: ATMEL CORP
元件分类: 微控制器/微处理器
英文描述: -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
中文描述: 8-BIT, FLASH, 8 MHz, RISC MICROCONTROLLER, PQFP32
封装: 7 X 7 MM, 1 MM HEIGHT, 0.80 MM PITCH, PLASTIC, MS-026ABA, TQFP-32
文件页数: 9/13页
文件大小: 323K
代理商: AT90S4433-8AC
AT90S/LS2333 and AT90S/LS4433
9
Instruction Set Summary
Mnemonics
ARITHMETIC AND LOGIC INSTRUCTIONS
ADD
Rd, Rr
ADC
Rd, Rr
ADIW
Rdl,K
SUB
Rd, Rr
SUBI
Rd, K
SBC
Rd, Rr
SBCI
Rd, K
SBIW
Rdl,K
AND
Rd, Rr
ANDI
Rd, K
OR
Rd, Rr
ORI
Rd, K
EOR
Rd, Rr
COM
Rd
NEG
Rd
SBR
Rd,K
CBR
Rd,K
INC
Rd
DEC
Rd
TST
Rd
CLR
Rd
SER
Rd
BRANCH INSTRUCTIONS
RJMP
k
IJMP
RCALL
k
ICALL
RET
RETI
CPSE
Rd,Rr
CP
Rd,Rr
CPC
Rd,Rr
CPI
Rd,K
SBRC
Rr, b
SBRS
Rr, b
SBIC
P, b
SBIS
P, b
BRBS
s, k
BRBC
s, k
BREQ
k
BRNE
k
BRCS
k
BRCC
k
BRSH
k
BRLO
k
BRMI
k
BRPL
k
BRGE
k
BRLT
k
BRHS
k
BRHC
k
BRTS
k
BRTC
k
BRVS
k
BRVC
k
BRIE
k
BRID
k
Operands
Description
Operation
Flags
#Clocks
Add two Registers
Add with Carry two Registers
Add Immediate to Word
Subtract two Registers
Subtract Constant from Register
Subtract with Carry two Registers
Subtract with Carry Constant from Reg.
Subtract Immediate from Word
Logical AND Registers
Logical AND Register and Constant
Logical OR Registers
Logical OR Register and Constant
Exclusive OR Registers
One’s Complement
Two’s Complement
Set Bit(s) in Register
Clear Bit(s) in Register
Increment
Decrement
Test for Zero or Minus
Clear Register
Set Register
Rd
Rd + Rr
Rd
Rd + Rr + C
Rdh:Rdl
Rdh:Rdl + K
Rd
Rd - Rr
Rd
Rd - K
Rd
Rd - Rr - C
Rd
Rd - K - C
Rdh:Rdl
Rdh:Rdl - K
Rd
Rd
Rr
Rd
Rd
K
Rd
Rd v Rr
Rd
Rd v K
Rd
Rd
Rr
Rd
$FF
Rd
Rd
$00
Rd
Rd
Rd v K
Rd
Rd
($FF - K)
Rd
Rd + 1
Rd
Rd
1
Rd
Rd
Rd
Rd
Rd
Rd
Rd
$FF
Z,C,N,V,H
Z,C,N,V,H
Z,C,N,V,S
Z,C,N,V,H
Z,C,N,V,H
Z,C,N,V,H
Z,C,N,V,H
Z,C,N,V,S
Z,N,V
Z,N,V
Z,N,V
Z,N,V
Z,N,V
Z,C,N,V
Z,C,N,V,H
Z,N,V
Z,N,V
Z,N,V
Z,N,V
Z,N,V
Z,N,V
None
1
1
2
1
1
1
1
2
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Relative Jump
Indirect Jump to (Z)
Relative Subroutine Call
Indirect Call to (Z)
Subroutine Return
Interrupt Return
Compare, Skip if Equal
Compare
Compare with Carry
Compare Register with Immediate
Skip if Bit in Register Cleared
Skip if Bit in Register is Set
Skip if Bit in I/O Register Cleared
Skip if Bit in I/O Register is Set
Branch if Status Flag Set
Branch if Status Flag Cleared
Branch if Equal
Branch if Not Equal
Branch if Carry Set
Branch if Carry Cleared
Branch if Same or Higher
Branch if Lower
Branch if Minus
Branch if Plus
Branch if Greater or Equal, Signed
Branch if Less Than Zero, Signed
Branch if Half Carry Flag Set
Branch if Half Carry Flag Cleared
Branch if T Flag Set
Branch if T Flag Cleared
Branch if Overflow Flag is Set
Branch if Overflow Flag is Cleared
Branch if Interrupt Enabled
Branch if Interrupt Disabled
PC
PC + k + 1
PC
Z
PC
PC + k + 1
PC
Z
PC
STACK
PC
STACK
if (Rd = Rr) PC
PC + 2 or 3
Rd
Rr
Rd
Rr
C
Rd
K
if (Rr(b)=0) PC
PC + 2 or 3
if (Rr(b)=1) PC
PC + 2 or 3
if (P(b)=0) PC
PC + 2 or 3
if (P(b)=1) PC
PC + 2 or 3
if (SREG(s) = 1) then PC
PC+k + 1
if (SREG(s) = 0) then PC
PC+k + 1
if (Z = 1) then PC
PC + k + 1
if (Z = 0) then PC
PC + k + 1
if (C = 1) then PC
PC + k + 1
if (C = 0) then PC
PC + k + 1
if (C = 0) then PC
PC + k + 1
if (C = 1) then PC
PC + k + 1
if (N = 1) then PC
PC + k + 1
if (N = 0) then PC
PC + k + 1
if (N
V= 0) then PC
PC + k + 1
if (N
V= 1) then PC
PC + k + 1
if (H = 1) then PC
PC + k + 1
if (H = 0) then PC
PC + k + 1
if (T = 1) then PC
PC + k + 1
if (T = 0) then PC
PC + k + 1
if (V = 1) then PC
PC + k + 1
if (V = 0) then PC
PC + k + 1
if ( I = 1) then PC
PC + k + 1
if ( I = 0) then PC
PC + k + 1
None
None
None
None
None
I
None
Z, N,V,C,H
Z, N,V,C,H
Z, N,V,C,H
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
2
2
3
3
4
4
1 / 2 / 3
1
1
1
1 / 2 / 3
1 / 2 / 3
1 / 2 / 3
1 / 2 / 3
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
1 / 2
相关PDF资料
PDF描述
AT90S4433-8AI -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
AT90LS2333-4AC -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
AT90LS2333-4AI -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
AT90LS2333-4PC -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
AT90LS2333-4PI -bit AVR Microcontroller with 8K Bytes In- System Programmable Flash
相关代理商/技术参数
参数描述
AT90S4433-8AI 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-Bit AVR Microcontroller with 4K Bytes of In-System Programmable Flash
AT90S4433-8PC 功能描述:8位微控制器 -MCU 8 bit 4k byte RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT90S4433-8PI 功能描述:8位微控制器 -MCU 4K Flash 3V RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT90S4434 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-Bit Microcontroller with 4K/8K Bytes In-System Programmable Flash
AT90S4434-8AC 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:8-Bit Microcontroller with 4K/8K Bytes In-System Programmable Flash