Add Instructions

Yannick Reiß 2024-02-02 13:30:39 +01:00
parent 0b5bec4293
commit 4f5561c2e7
1 changed files with 15 additions and 0 deletions

15
Instructions.md Normal file

@ -0,0 +1,15 @@
# CPU16 Instruction Set
## Instructions
The cpu16 instruction set is largely based on the RISC-V instruction set, consisting of similar instructions, which are executed differently.
Those instructions are:
|Instruction|arguments|Description|
|---|---|---|
||||
## Additional language features
Additional to the instructions, that can be translated directly, there are additional interfaces for functions, jumps, memory and other abstract features.