A computer thing that can rum small programs. Press space to run program. ldi - sets the set data of addr (first number) to set value (second number) For example: "ldi 1 2" would set value 1 to 2 add - adds two set values (num. 2 and 3) to a sum (first number) Example: "add 3 1 2" would set value 3 to the sum of values 1 and 2 sub - subtracts said values like add. orr/nor/and/not - the logical bitwise operations(not only works with 0 and 1) halt - ends program. v1 5/8/2023 - Initial release