Assembly Language (well some of it anyway)

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 8

9 Terms

1

what is BRA in assembly language?

unconditional branch to a certain address/instruction

New cards
2

what is BRP in assembly language?

branch to the instruction/address given if the value in the accumulator is positive or zero (conditional)

New cards
3

what is DAT in assembly language?

indicates a location that contains data

New cards
4

what is the opcode in assembly language?

represents the actual instruction to be carried out (and contains a 2-digit addressing mode which tells the processor how the operand should be processed)

New cards
5

what is the operand in assembly language?

a value or memory address which is used/manipulated by the processor in order to carry out the instruction

New cards
6

what is immediate addressing?

the operand is the actual value to be operated on

New cards
7

what is direct addressing?

the operand holds the memory address of the value to be operated on (used in LMC)

New cards
8

what is indirect addressing?

the operand is a location which holds the memory address of the value to be operated on

New cards
9

what is indexed addressing?

  • the operand is added to the contents of the index register to get a memory address where the desired data is located

  • indexed addressing can be used to access an array whose elements are in successive memory locations

New cards
robot