Task: Max

Calculate the maximum between two numbers in two registers (eax and ebx) using a comparison instruction, a jump instruction, and push/pop instructions.

TIP: Consider how you can swap two registers using the stack.

If you’re having difficulties solving this exercise, go through this reading material