Anatomy of an Instruction
Operator and operands
- Operation -- assembly language uses prefix
- Operands separated by commas
- Comments follow #
ISAs usually use a few instruction formats, each format customized to a particular type of instruction
add $8, $9, $10 # Reg8 = Reg9 + Reg10