This commit is contained in:
SimonFJ20 2024-11-01 12:23:28 +01:00
parent e8366e0230
commit be71bab97e

34
architecture.txt Normal file
View File

@ -0,0 +1,34 @@
Mnemonic Arg Arg description
----------------------------------------
Nop
PushNull
PushInt int initial value
PushString string initial value
PushArray
PushStruct
PushPtr ptr pointer value
Pop
LoadLocal int stack position
StoreLocal int stack position
Call
Return
Jump
JumpIfNotZero
Add
Subtract
Multiply
Divide
Remainder
Equal
LessThan
And
Or
Xor
Not