Quoted By:
I made a calculator program in C.
It can do move, addition, subtraction, jump-if-not-zero, print, halt, and one or two other operations I probably forgot about. It also allows you to have up to 8 variables. You cannot enter numbers higher than 9 but variables can go up to however high an int is in C.