RTL or Machine Language Requirements
Need abstract description of machine
- Set of registers: R0, R1, …
- Set of operations: +, *, or …
- Coded sequence of instructions: R1 <R2> + <R3>
Need precise understanding of how instructions change machine state
Need to define instructions that affect control flow (conditionals)
We will see a lot of this in coming weeks