Search code examples
boolean-logiccircuit

Reversing a byte with logic diagrams


I would like to use circuit components to reverse a byte. But the catch is I can't use a black box or any gates. Is there a way I can do this? I have seen this post to reverse a byte, but I'm not sure how else to reverse it. I tried messing around with MUXs to no avail. Any guidance here would be much appreciated. Thank you.

EDIT: To clarify further, I would like to take an input as a byte into a logic diagram and I would like the output to be the bytes reversed. The constraints are that I CAN'T use logic gates (and, or, xor, etc) or just use a black box.


Solution

  • I've actually figured out the answer after some research. It can be done like this. Reverse a byte with circuits