You are on page 1of 6

Computer Architecture &

Organization Lab
Lab # 10

NAME: KAMRAN WAHAB

ENROLLMENT NO.: 01-131192-015

SUBMITTED TO: SIR AAMIR SOHAIL

Department of Software Engineering


Lab 10

Output Register Implementation.


Objective:
To implement and test the working of output Register for SAP-1 Computer.
Tools Used:
NI Multisim, MS Word

Procedure:
At the end of the computer run the accumulator contains the answer to the problem being solved,
at this point, we need to transfer the answer to the outside world, and this is where the output
register is used. When EA is high and Lo is low, the next positive clock edge loads the
accumulator word into the output register. Chips C22 and C23 are 74LS173s and form the output
register. It drives the binary display and lets us see the processed data.

Observation and Result:

When the input=00000010 then the output is also the same=00000010


When the input=10101010 then the output is also the same=10101010

When the input=11010101 then the output is also the same=11010101

When the input=00101101 then the output is also the same=00101101


Conclusion:
I was able to perform all Lab tasks successfully.

You might also like