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

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;

11 Cards in this Set

  • Front
  • Back
Which of the following program segments will not clear both accumulators?
A) CLRA CLRB
B)CLRA TAB
C) CLRB TBA
D) CLRA ABA
D) CLRA ABA
Which of the following contains an opperation that can not be performed directly on a byte in memory using a single instruction?
a-Increment, decrement, shift left arithmetically
b-clear, complement, compare
c-rotate left, negate, test for zero
d-shift right logically, rotate right, test for minus
b-clear, complement, compare
Which adressing mode is best suited for adding a list of numbers?
a-direct
b-extended
c-indexed
d-relative
c-indexed
Which of the following program segments will successfully swar the contents of accumulators A and B?
a-TAB, TBA,
b-STAA, 10, TBA, LDAB, 10
c-TAB, ABA,
d-STAA, 10, LDAB, 10, TBA
b-STAA, 10, TBA, LDAB, 10
which of the following program segments will cause a branch if the # in mem location 8310 is odd?
a-ror, 83, 10, bcs, 07
b-asl, 83, 10, bcs, 07
c-rora, bcs, 07
d-ldaa, 83, 10, rola, bcs, 07
a-ror,83, 10, bcs, 07
which of the following instructions can be used to testthe result of a subtractionof unsigned binary #s bge, bgt, bcs, blt
c-bcs
the program counter in the 68hc11 mpu has how many bits?
16
How wide is the adress bus in a 68c11mpu?
16 bits
What is the range of addresses of the 68hc11 mpu?
0000-65, 535 or 0000 ffff
List the 8 condition code flags
z zero, carry-borrow c, overflow v, n negative, interupt mask x, stop disable s
Besides the program counter and the address register, what other 16 bit registers are used in the 68hc11 mpu
stack pointer and the x/y index registers