Jul 10, 2024
Fetch: Read instruction from memory at address 12 (ADD instruction)
Register Read: Values of registers 2 and 3 are read (e.g., 6 and 7 in base 10)
ALU Operation: Add values of registers 2 and 3 (result: 13)
Write Back: Write result (13) to register 1
PC Update: Increment PC to the next address (value 16 in binary)