Simple Processor Notes
Simple Processor Notes
- The processor has four n-bit registers: R0, R1, R2, and R3.
- External data can be loaded into the processor through a control signal called Extern.
Load Operation
Move Operation
Add/Subtract Operation
- Add/Sub involve multiple steps: data move, calculation, and result storage.
- 00: Load
- 01: Move
- 10: Add
- 11: Subtract
- W = 1: Operation active
Important Equations
- Extern = I0 * T1
These control signals help build the control logic for operations.
Processor Coding