From 3da9b3cbc967cb5df0bbf43ca7e4f1fb909f472d Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 23 Nov 2023 22:10:23 +0000 Subject: [PATCH] Fixed typo in spec (thanks Ity ^^) --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index df41169..9871e87 100644 --- a/spec.md +++ b/spec.md @@ -11,7 +11,7 @@ - [opcode, operand 0, operand 1, …] ## Instruction parameter types -- `R`: Register (8 bits) +- `R`: Register (8 bytes) - Relative program-counter offset immediates: - `O`: 32 bit (Si32) - `P`: 16 bit (Si16)