• 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/28

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;

28 Cards in this Set

  • Front
  • Back
the assembler converts a source file into an....file
object
the four fields found in an assembly language statement are:label,mnemonic,comment and....field
operand
the first instruction (pseudo-opcode) of a program when using as assembler should be
org
the DS( define storage) directive reserves..... storage area for use during execution of a program
RAM
the assembler directive, COUNT EQU 170, indicates that the symbol COUNT is assighed the value of
$AA
the last instruction(pseudo-opcode) of a program when using as assembler should be
END
the square root program written in the lab uses a subroutine, the last instruction of the subroutine must be
RTS
an unconditional branch instruction is
BRA
The BSR instruction branchesto a subroutine, but before going to the subroutine, the contents of the PC is saved
on the stack
the MOVEA.W#$9ABC,A2 instruction will put.....into address register, A2
$FFFF9ABC
the MOVE.L #$120A4529,$1400 instruction will put the immediate data into...memory locations
4
a memory location contains....bits of information
8
the highest priority on the interrupt request lines is a level..... code
7
a nonmaskable interrupt request is the following code on the IPLO-IPL2 pins
000
the 68000bus abritration controls signals are BG,BGACK and
BR
the signal that the 68000 provides to the DMA controller is
BG
a tristate driver has three distinct states; the high or 1 atate, the low or 0 state and the........state
high impedance
the asynchronous bus control signals are, AS,R/W, UDS,LDS and
DTACK
what flag must be cleared before doing a ABCD operation
X
in order to use the 68000 CPU, +5 volts must be connected to the.....pin
v
cc
when a signal has a bar over it, it becomes active when it goes
low
when down loading a program from the computer to the 68000 kit, the.....file is downloaded
HEX
which instruction does not perform any operation
NOP
6800 peripheral control signals are, E,....and VMA
VPA
an area of memory set aside for reading and writing special data items is called the
stack
the user stack pointer is a/an.....bit register
32
stacks are commonly reffered to as a.........structure
LIFO
the RTS(return from subroutine) instruction pulls the.....value from the stack
program counter