CSC 174 - Computer Organization and Assembly Language

Dr. R. M. Siegfried

Assignment 4: Adding 4 32-Bit Integer Variables

Due Monday, February 29, 2016

The program will contain four 32-bit integer variables and add these values together, saving the result in a variable. The sum should still be in the EAX register when you call the library routine DumpRegs.

For extra credit, have your values initialized in the data segment. Otherwise, they can be immediate operands.

You will hand in a listing that should include your name

[Back to the Assignment Index]