參數(shù)資料
型號(hào): HT9580
廠商: Holtek Semiconductor Inc.
英文描述: Character Pager Controller
中文描述: 字符傳呼機(jī)控制器
文件頁(yè)數(shù): 46/63頁(yè)
文件大?。?/td> 444K
代理商: HT9580
HT9580
46
April 28, 2000
Preliminary
Addressing modes
The M6502 supports fifteen (15) addressing
modes, shown in table below. In interpreting
this table you should note that:
Thebytefollowinga2byteopcode=IAL(typ.)
The 2 bytes following a 3 byte opcode = BAL
and BAH (typ.)
Standard assembly notation is used
A number in parenthesis indicates that the
contents of the location pointed to by the
number are to be used. For example (12H) in-
dicates the contents of address 12H.
Acommaintheaddressisusedtoindicatethe
high and low byte of an address. For example
(01H, AAH) indicates the contents of address
01AAH.
Mode
Description
IMP
IMPLIED: The data is implied in the opcode (example: CLC)
ACC
ACCUMULATOR: The accumulator is used as the source data. (data=AREG)
IMM
IMMEDIATE: The byte following the opcode is the data. (data=IAL)
ZPG
ZERO PAGE: The first 256 RAM locations (0000H~00FFH) are used for fast access
and small code size. The upper 8-bit of the address are always zero. [data=(00, IAL)]
ZPX
ZERO PAGE INDIRECT X: The X register is added to the byte following the opcode to
give a new zero page address. Note that the upper 8-bit of the address are always zero.
[data=(00, IAL+X)]
ZPY
ZERO PAGE INDIRECT Y: The Y register is added to the byte following the opcode to
give a new zero page address. Note that the upper 8-bit of the address are always zero.
Only the LDX and the STX opcodes use this mode. [data=(00, IAL+Y)]
ABS
ABSOLUTE: The two bytes following the opcode give the absolute address of the data.
[data=(BAH, BAL)]
ABX
ABSOLUTE X: The X register is added to the two bytes following the opcode to produce
a new 16-bit address. {data=[(BAH, BAL)]+X}
ABY
ABSOLUTE Y: The Y register is added to the two bytes following the opcode to produce
a new 16-bit address. {data=[(BAH, BAL)]+Y}
ABI
ABSOLUTE INDIRECT: The two bytes following the opcode are used as a pointer to
memory. Only the JMP opcode uses this mode. [data=(BAH, BAL)]
AIX
INDEXED ABSOLUTE INDIRECT X: The two bytes following the opcode are added to
the X register to yield a new 16-bit address. The contents of this address and the fol-
lowing one are used as an indirect address. Only the JMP opcode uses this mode.
{data=[(BAH, BAL+X+1), (BAH, BAL+X)]}
IND
INDIRECT: The byte following the opcode is used as a pointer to the zero page. The
contents of this address and the following one are used as the address to finally access
the data. {data=[(IAL+1), (IAL)]}
相關(guān)PDF資料
PDF描述
HT95A30P 8-Bit LCD Type Phone Controller MCU
HT95L300 8-Bit LCD Type Phone Controller MCU
HT95A20P 8-Bit LCD Type Phone Controller MCU
HT95L300-100QEP-A LCD Type Phone 8-Bit MCU
HT95A400 Time-Delay Relay; Mounting Type:Plug In; Relay Mounting:Plug-In
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
HT95A100 制造商:HOLTEK 制造商全稱(chēng):Holtek Semiconductor Inc 功能描述:LCD Type Phone 8-Bit MCU
HT95A100/10P 制造商:HOLTEK 制造商全稱(chēng):Holtek Semiconductor Inc 功能描述:I/O Type Phone 8-Bit MCU
HT95A10P 制造商:HOLTEK 制造商全稱(chēng):Holtek Semiconductor Inc 功能描述:LCD Type Phone 8-Bit MCU
HT95A200 制造商:HOLTEK 制造商全稱(chēng):Holtek Semiconductor Inc 功能描述:I/O Type Phone 8-Bit MCU
HT95A200/20P 制造商:HOLTEK 制造商全稱(chēng):Holtek Semiconductor Inc 功能描述:I/O Type Phone 8-Bit MCU