lmc program division assembly languange
create a simple LMC program to determine if a number evenly divides another one:
Input 2 numbers
If they do not evenly divide, then the program outputs 0 and asks to input two new numbers, and If they evenly divide, then the program outputs the quotient and stops execution.
If one of the numbers is negative output -1 first and then output the quotient and stop execution