Add Instructions
parent
0b5bec4293
commit
4f5561c2e7
|
@ -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.
|
Loading…
Reference in New Issue