TIS demo
This is the project submitted to The Invoca Hackathon winning the prize for best use of functional programming.
The goal is to map your expected outputs to actual outputs.
The available commands are
cmd | description | example |
---|---|---|
MOV | Take the contents of one location in memory and move it to another | MOV LEFT ACC |
INC | Increases the value of the ACC register by one | INC |
SWP | Swap the values of ACC to BAK | SWP |
ADD | Add | ADD LEFT |
All feedback is appreciated.