mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Add instruction design
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -394,3 +394,10 @@ ssa_version_t ssa_versions[???];
|
||||
|
||||
<**opc**> 10-bit opcode.
|
||||
```
|
||||
|
||||
## Instruction Design
|
||||
|
||||
```c
|
||||
typedef uint64_t instruction_t;
|
||||
instruction_t instructions[???];
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user