The inputs are the numbers you want to add The inputs can't be bigger than 255 or smaller than 0 The sum/difference can't be bigger than 255 or smaller than 0 Outputs 1-2 are the numbers you input in binary form Output 3 is the sum of inputs 1-2 in binary form The gray box with the orange outline changes the operation
I learned how to add binary through a book (How Computers Work by Matthew Justice) Instead of writing a program to add in binary, I wrote a program to display decimal numbers as binary and then wrote a program to add the inputs and then display it as binary. The same goes for subtracting binary, though instead of adding the inputs, I subtract them. Project Stats: 1 Sprite 7 Scripts