The SDDs will translate a program in Wren into an assembly-language program of the virtual machine, which has a load/store architecture and two input/output commands: GET and PUT .
There are four arithmetic operations—ADD , SUB , MULT , and DIV —and three logical operations—AND , OR , and NOT .
|
|
|