Skip to content

Commit

Permalink
README.md typo
Browse files Browse the repository at this point in the history
Literal run is 5 bits width.
  • Loading branch information
kimstik authored and ariya committed Aug 2, 2024
1 parent f919ac1 commit 81f9d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Each instruction starts with a 1-byte opcode, 2-byte opcode, or 3-byte opcode.

| Instruction type | Opcode[0] | Opcode[1] | Opcode[2]
|-----------|------------------|--------------------|--|
| Literal run | `000`, L₅-L₀ | -|- |
| Literal run | `000`, L₄-L₀ | -|- |
| Short match | M₂-M₀, R₁₂-R₈ | R₇-R₀ | - |
| Long match | `111`, R₁₂-R₈ | M₇-M₀ | R₇-R₀ |

Expand Down

0 comments on commit 81f9d25

Please sign in to comment.