Wednesday 9 October 2024

Lecture 1-6: A simple computer

We have summarized knowledge learnt from lecture 1 to 4 in order to understand how a CPU works.
In general, ISA are used by CU to control all operations of the CPU, e.g load data from registers, then select the bus to transfer it to ALU or Shifter for computational operations, and then transfer back to another register. We also discussed about functional blocks of a CPU in details.

We have also discussed about the value of Assembly language in terms of machine language as well as code debugging. 

No comments:

Post a Comment