Task: Min
You will solve this exercise starting from the min.asm file located in the tasks/min directory.
Calculate the minimum of the numbers in 2 registers (eax and ebx) using a comparison instruction, a jump instruction, and the xchg instruction.
If you’re having difficulties solving this exercise, go through this reading material.