mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-30 22:10:52 +00:00
move compiler/ to compiler/old/
This commit is contained in:
parent
09c3c3277b
commit
00298d6d83
@ -1,34 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
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 int arg count
|
|
||||||
Return
|
|
||||||
Jump
|
|
||||||
JumpIfNotZero
|
|
||||||
Add
|
|
||||||
Subtract
|
|
||||||
Multiply
|
|
||||||
Divide
|
|
||||||
Remainder
|
|
||||||
Equal
|
|
||||||
LessThan
|
|
||||||
And
|
|
||||||
Or
|
|
||||||
Xor
|
|
||||||
Not
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user