欢迎访问ic37.com |
会员登录 免费注册
发布采购

COP8AME9EMW8 参数 Datasheet PDF下载

COP8AME9EMW8图片预览
型号: COP8AME9EMW8
PDF下载: 下载PDF文件 查看货源
内容描述: 8位CMOS闪存微控制器,具有8K内存,双通道运算放大器,虚拟EEROM ,温度传感器, 10位A / D和掉电复位 [8-Bit CMOS Flash Microcontroller with 8k Memory, Dual Op Amps, Virtual EEROM, Temperature Sensor,10-Bit A/D and Brownout Reset]
分类和应用: 闪存传感器温度传感器微控制器和处理器外围集成电路运算放大器光电二极管时钟
文件页数/大小: 83 页 / 908 K
品牌: NSC [ National Semiconductor ]
 浏览型号COP8AME9EMW8的Datasheet PDF文件第65页浏览型号COP8AME9EMW8的Datasheet PDF文件第66页浏览型号COP8AME9EMW8的Datasheet PDF文件第67页浏览型号COP8AME9EMW8的Datasheet PDF文件第68页浏览型号COP8AME9EMW8的Datasheet PDF文件第70页浏览型号COP8AME9EMW8的Datasheet PDF文件第71页浏览型号COP8AME9EMW8的Datasheet PDF文件第72页浏览型号COP8AME9EMW8的Datasheet PDF文件第73页  
ing) data. Transfer-of-control addressing modes are used in  
conjunction with jump instructions to control the execution  
sequence of the software program.  
21.0 Memory Map (Continued)  
Address  
Contents  
S/ADD REG  
22.3.1 Operand Addressing Modes  
xxED  
Timer T1 Autoload Register T1RA Upper  
The operand of an instruction specifies what memory loca-  
tion is to be affected by that instruction. Several different  
operand addressing modes are available, allowing memory  
locations to be specified in a variety of ways. An instruction  
can specify an address directly by supplying the specific  
address, or indirectly by specifying a register pointer. The  
contents of the register (or in some cases, two registers)  
point to the desired memory location. In the immediate  
mode, the data byte to be used is contained in the instruction  
itself.  
Byte  
xxEE  
CNTRL Control Register  
PSW Register  
On-Chip RAM Mapped as Registers  
X Register  
xxEF  
xxF0 to FB  
xxFC  
xxFD  
SP Register  
xxFE  
B Register  
xxFF  
S Register  
Each addressing mode has its own advantages and disad-  
vantages with respect to flexibility, execution speed, and  
program compactness. Not all modes are available with all  
instructions. The Load (LD) instruction offers the largest  
number of addressing modes.  
0100 to 017F On-Chip 128 RAM Bytes  
0200 to 027F On-Chip 128 RAM Bytes  
0300 to 037F On-Chip 128 RAM Bytes  
The available addressing modes are:  
Note: Reading memory locations 0070H–007FH (Segment 0) will return all  
ones. Reading unused memory locations 0080H–0093H (Segment 0)  
will return undefined data. Reading memory locations from other Seg-  
ments (i.e., Segment 4, Segment 5, … etc.) will return undefined data.  
Direct  
Register B or X Indirect  
Register  
B or X Indirect with Post-Incrementing/  
Decrementing  
22.0 Instruction Set  
Immediate  
22.1 INTRODUCTION  
Immediate Short  
Indirect from Program Memory  
This section defines the instruction set of the COP8 Family  
members. It contains information about the instruction set  
features, addressing modes and types.  
The addressing modes are described below. Each descrip-  
tion includes an example of an assembly language instruc-  
tion using the described addressing mode.  
22.2 INSTRUCTION FEATURES  
Direct. The memory address is specified directly as a byte in  
the instruction. In assembly language, the direct address is  
written as a numerical value (or a label that has been defined  
elsewhere in the program as a numerical value).  
The strength of the instruction set is based on the following  
features:  
Mostly single-byte opcode instructions minimize program  
size.  
Example: Load Accumulator Memory Direct  
LD A,05  
One instruction cycle for the majority of single-byte in-  
structions to minimize program execution time.  
Reg/Data  
Memory  
Contents  
Before  
Contents  
After  
Many single-byte, multiple function instructions such as  
DRSZ.  
Three memory mapped pointers: two for register indirect  
addressing, and one for the software stack.  
Accumulator  
Memory Location  
0005 Hex  
XX Hex  
A6 Hex  
A6 Hex  
A6 Hex  
Sixteen memory mapped registers that allow an opti-  
mized implementation of certain instructions.  
Ability to set, reset, and test any individual bit in data  
memory address space, including the memory-mapped  
I/O ports and registers.  
Register B or X Indirect. The memory address is specified  
by the contents of the B Register or X register (pointer  
register). In assembly language, the notation [B] or [X] speci-  
fies which register serves as the pointer.  
Register-Indirect LOAD and EXCHANGE instructions  
with optional automatic post-incrementing or decrement-  
ing of the register pointer. This allows for greater effi-  
ciency (both in cycle time and program code) in loading,  
walking across and processing fields in data memory.  
Example: Exchange Memory with Accumulator, B Indirect  
X A,[B]  
Reg/Data  
Memory  
Contents  
Before  
Contents  
After  
Unique instructions to optimize program size and  
throughput efficiency. Some of these instructions are:  
DRSZ, IFBNE, DCOR, RETSK, VIS and RRC.  
Accumulator  
Memory Location  
0005 Hex  
01 Hex  
87 Hex  
87 Hex  
05 Hex  
01 Hex  
05 Hex  
22.3 ADDRESSING MODES  
The instruction set offers a variety of methods for specifying  
memory addresses. Each method is called an addressing  
mode. These modes are classified into two categories: op-  
erand addressing modes and transfer-of-control addressing  
modes. Operand addressing modes are the various meth-  
ods of specifying an address for accessing (reading or writ-  
B Pointer  
Register  
B or X Indirect with Post-Incrementing/  
Decrementing. The relevant memory address is specified  
by the contents of the B Register or X register (pointer  
register). The pointer register is automatically incremented  
69  
www.national.com  
 复制成功!