diff --git a/README.md b/README.md index 3a266e6..9d7bf69 100644 --- a/README.md +++ b/README.md @@ -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₀ |