docs: Add instruction design

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-27 02:18:23 -04:00
parent 34f40ce871
commit ad5983a59d

View File

@@ -394,3 +394,10 @@ ssa_version_t ssa_versions[???];
<**opc**> 10-bit opcode.
```
## Instruction Design
```c
typedef uint64_t instruction_t;
instruction_t instructions[???];
```