Skip to content

Commit

Permalink
Merge branch 'main' into blake2s-hints-1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbono authored Oct 23, 2023
2 parents adfdd42 + 62f6a55 commit 437758a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/vm/instruction.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
// │ off_op0 (biased representation) │
// ├─────────────────────────────────────────────────────────────────────────┤
// │ off_op1 (biased representation) │
// ├─────┬─────┬────────────────────────────────────────────────────┬────┤
// │ dst │ op0 │ op1 │ res │ pc │ ap │ opcode │ 0 │
// │ reg │ reg │ src │ logic │ update │ update │ │
// ├─────┼─────┼───┬───┼───┬───┼───┬───┬───┼───┬────┼────┬────┬────┬────┼────┤
// ├─────┬─────┬────────────────────────────────────────────────────┬────┤
// │ dst │ op0 │ op1 │ res │ pc │ ap │ opcode │ 0 │
// │ reg │ reg │ src │ logic │ update │ update │ │
// ├─────┼─────┼───┬───┬───┼───┬───┼───┬───┬───┼───┬────┼────┬────┬────┼────┤
// │ 0 │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 10 │ 11 │ 12 │ 13 │ 14 │ 15 │
// └─────┴─────┴───┴───┴───┴───┴───┴───┴───┴───┴────┴────┴────┴────┴────┴────┘

Expand Down

0 comments on commit 437758a

Please sign in to comment.