I've got 4 bytes (each byte is 8 bits)
by applying a single clock or button pulse to the first bit, it will add 1 to the byte's value. There are also buttons that allow you to set all the bits to 1 (set the byte value to 255) and another that inverts all the bits (turns 11010011 into 00101100)
but I don't really know what to do with it.
They're lined up next to eachother, so it won't be hard to make it possible to add them together, and since I can invert, subtraction should also be possible (I think?)
but still, no real practical purpose to these at all
I've got 4 bytes (each byte is 8 bits)
by applying a single clock or button pulse to the first bit, it will add 1 to the byte's value. There are also buttons that allow you to set all the bits to 1 (set the byte value to 255) and another that inverts all the bits (turns 11010011 into 00101100)
but I don't really know what to do with it.
They're lined up next to eachother, so it won't be hard to make it possible to add them together, and since I can invert, subtraction should also be possible (I think?)
but still, no real practical purpose to these at all
any suggestions?