I want to see how each assembly or machine code functions like the add operation how it’s physically made. If I ever want to recreate any assembly into minecraft Redstone for example I want to see how.
U tried looking at tutorials and websites but bound nothing.
2
The Arithmetic Logic Unit (ALU) is responsible for arithmetic operations. This video has a great chart of the gates involved. As for the logic instructions, they are just logic gates.
The stack instructions mostly move addresses or variables to and from the stack. In minecraft those could be recreated with music discs. This guy made an awesome project with them.
2