Subtract two input numbers
You didn’t store the numbers entered in the variables. Also, the print_int syscall expects number in $a0 so when you try to print the second number from $a1 it won’t work.
You didn’t store the numbers entered in the variables. Also, the print_int syscall expects number in $a0 so when you try to print the second number from $a1 it won’t work.