Simple Integer Calculations Assignment

In this program you will compute the following expression:

You should read in the variables using the DOS function 0Ah, where each variable is one digit at maximum.

The variables should be declared as 32 bit variables, though with small values of your choice. Notice that this is all using integer division, which means that you discard the remainder and get an integer result.

You should also use the integer to string function to convert the output to readable format.

Include as comments in the assembly source the different sets of values that you used to test this.

This will be due on Tuesday, January 29. Mail the assembly language file.

Return links

Return to the CSci 350 home page.