LOLCODERZ/NOPE

Optional: Add Short Operations (Only in the intermediate language's compiler)

Closed this issue · 1 comments

IADD [arg0] => Immediate Add
=> PUSH arg0
=> ADD : ISTORE [arg0] [arg1] => Immediate Store
=> PUSH arg1
=> STORE arg0 : SPUSH [arg0] => String Push (Could be also a seperate instruction in the VM)

Nevermind.