I am trying to write a program in IA-32 that continuously asks a user for numbers, and once the number that they enter is above 0, the loop terminates.
I am quite new to assembly language so it has been a struggle trying to figure stuff out.
I am trying to write a program in IA-32 that continuously asks a user for numbers, and once the number that they enter is above 0, the loop terminates.
I am quite new to assembly language so it has been a struggle trying to figure stuff out.