diff --git a/Instructions.md b/Instructions.md new file mode 100644 index 0000000..d28df14 --- /dev/null +++ b/Instructions.md @@ -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.