• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Grouping large chunks of data together
Structures called arrays, matrices, or linked-lists
A storage structure that it uses to keep track of the value of all user defined symbols
Symbol table
Data and address registers is limited to a total of...
16 (allowing 64 bytes of storage)
Any memory location used to store a single data value
Variable
These assembler directives are used to create storage locations for variables
DC(define constant), DS(define storage)
a collectio of identical data types
array
When we want to reserve room for variables and not initialize them we use what directive?
DS
An area in memory reserved for reading and writing special data items such as return addresses and register values
Stack
the last item pushed is always the first item popped
This is referred to as LIFO(last in first out)
What routine is used to place data oto the stack
PUSH routine