Skip to content

Commit

Permalink
chore: revert removal of operand g in ISA docs (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun authored Jan 12, 2025
1 parent 55d7015 commit bca69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specs/ISA.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Instruction format

Instructions are encoded as a global opcode (field element) followed by `NUM_OPERANDS = 6` operands (field elements): `opcode, a, b, c, d, e, f`. An instruction does not need to use all operands, and trailing unused operands should be set to zero.
Instructions are encoded as a global opcode (field element) followed by `NUM_OPERANDS = 7` operands (field elements): `opcode, a, b, c, d, e, f, g`. An instruction does not need to use all operands, and trailing unused operands should be set to zero.

## Program ROM

Expand Down

0 comments on commit bca69b3

Please sign in to comment.