slige/compiler/architecture.txt

35 lines
447 B
Plaintext
Raw Normal View History

2024-11-01 11:23:28 +00:00
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
2024-11-08 08:24:09 +00:00
Call int arg count
2024-11-01 11:23:28 +00:00
Return
Jump
JumpIfNotZero
Add
Subtract
Multiply
Divide
Remainder
Equal
LessThan
And
Or
Xor
Not