Archorg - Module 3 (Extra)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

A partial topic from Module 4, mostly about Memory Segments

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Memory Segment

The locations of a ____________ that are active are identified by the value of the address held in the four internal segment registers.

2
New cards

Code Segment

This type of internal segment register contains the program or code.

3
New cards

Data Segment

This type of internal segment register contains data referenced by almost all instructions and many addressing modes. Data are almost always moved into or out of MM via this segment. The Physical address of the data is generated by adding the contents of one of the index or pointer registers ( BX, DI, or SI) to the contents of DS * 10H.

4
New cards

Stack Segment

This is for the LIFO stack. The physical address is a combination of the contents stack pointer ( SP ) plus SS * 10H.

5
New cards

Extra Segment

This is normally for string instructions. When a string instruction is executed, the destination location is addressed by the destination index register ( DI) plus ES * 10H.

6
New cards

Register Addressing

An addressing mode wherein the operand to be accessed is specified as residing in an internal register.

<p>An addressing mode wherein the operand to be accessed is specified as residing in an internal register. </p>
7
New cards

Immediate Addressing

knowt flashcard image
8
New cards

Direct Addressing

knowt flashcard image
9
New cards

Register Indirect Addressing

knowt flashcard image
10
New cards

Base Addressing

knowt flashcard image
11
New cards

Base-Plus-Index Addressing

knowt flashcard image
12
New cards

Base-Relative-Plus-Index Addressing

knowt flashcard image