Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[18 / 3 / 11]

ID:lta2FG6X No.18916082 View ViewReplyOriginalReport
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.