Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 957 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 957 Bytes

TIS demo

TIS Screenshot

This is the project submitted to The Invoca Hackathon winning the prize for best use of functional programming.

How to play

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.