What is the assembler syntax to determine which of two numbers is greater?
What is the lower level (machine code) for it? Can we go even lower? Once we get to the bi
As already mentioned, usually the comparison is done through subtraction. For example, X86 Assembly/Control Flow.
At the hardware level there are special digital circuits for doing the calculations, like adders.