以下来自Atmel Mega128的说明手册:
微控制器(微处理器)Microcontroller(MCU)的四个基本功能为:
1. access memory,
2. perform calculation,
3. control peripherals,
4. handle interrupts.
Intel处理器中对寄存器组进行特殊命名,称之为特殊指令寄存器。其中有两个寄存器(32位)的功能可以用
存储器描述,如下图所示:
图1:用存储器说明指令寻址
以下来自Atmel Mega128的说明手册:
微控制器(微处理器)Microcontroller(MCU)的四个基本功能为:
1. access memory,
2. perform calculation,
3. control peripherals,
4. handle interrupts.
Intel处理器中对寄存器组进行特殊命名,称之为特殊指令寄存器。其中有两个寄存器(32位)的功能可以用
存储器描述,如下图所示:
图1:用存储器说明指令寻址
转载于:https://www.cnblogs.com/zdwt/p/6124429.html