Questions
-
ISA stands for ________.
What is an ISA? What information is included in an ISA? -
What is a microprocessor?
-
What do you think microprocessors are made of?
-
What is the relationship between a microprocessor and assembly language?
-
What are you expecting to learn from this class?
-
The three types of instructions in LC-3 are ________, ________, and ________.
-
In the LC-3, there are 8 ________________ that serve as on-chip memory.
-
The BR (branch) instruction reads from the ________ to find out if the ________ was Negative, Zero, or Positive.
-
In the line of code
BRnz LABEL
, when would the branch be taken? -
Can the LC-3 do everything the new Intel Pentium microprocessor can do?
-
Name 3 operation instructions.
-
Name 2 data movement instructions.
-
Name 3 or 4 control instructions.
-
What information is specified in the
ADD
instruction?
Problems
- What is
73.0
in binary?
176.5
?
90.375
?
63.6875
?