Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
MC68000-Programmer-Manual.pdf
Скачиваний:
31
Добавлен:
16.04.2013
Размер:
1.82 Mб
Скачать

Processor Instruction Summary

A.1.2 MC68000, MC68008, and MC68010 Addressing Modes

The MC68000, MC68008, and MC68010 support 14 addressing modes as shown in Table

A-5.

Table A-5. MC68000, MC68008, and MC68010

Data Addressing Modes

Mode

Generation

 

 

Register Direct Addressing

 

Data Register Direct

<ea> = Dn

Address Register Direct

<ea> = An

 

 

Absolute Data Addressing

 

Absolute Short

<ea> = (Next Word)

Absolute Long

<ea> = (Next Two Words)

 

 

Program Counter Relative Addressing

 

Relative with Offset

<ea> = (PC) + d16

Relative with Index and Offset

<ea> = (PC) + d8

Register Indirect Addressing

 

Register Indirect

<ea> = (An)

Postincrement Register Indirect

<ea> = (An), An ¯ An + N

Predecrement Register Indirect

An ¯ An–N, <ea> = (An)

Register Indirect with Offset

<ea> = (An) + d16

Indexed Register Indirect with Offset

<ea> = (An) + (Xn) + d8

 

Immediate Data Addressing

 

Immediate

DATA = Next Word(s)

Quick Immediate

Inherent Data

 

 

Implied Addressing

<ea> = SR, USP, SSP, PC, VBR,

Implied Register

SFC, DFC

 

 

N = 1 for byte, 2 for word, and 4 for long word. If An is the stack pointer and the operand size is byte, N = 2 to keep the stack pointer on a word boundary.

A-16

MC68000 FAMILY PROGRAMMER’S REFERENCE MANUAL

MOTOROLA

Соседние файлы в предмете Микроконтроллеры ЭВМ