machine language
Study List for Exam 4:
1) What is a Register to Register Transfer?
2) What registers are loaded in order to perform a Memory Read?
3) What registers are loaded in order to perform a Memory Write?
4) What is a Decoder? N inputs to a Decoder will produce 2 N outputs.
5) How is the Ring Counter used to perform an instruction?
6) What is the sequence of circuits for the flowing instructions?
CALL PROC1
RET
PUSH AX
POP AX
PUSH EAX
POP EAX
MOV CAT,AX
MOV AX,CAT
JMP LOOPX