CSCI 360
Assignment 1
50 points
This assignment is in three parts:
Part A
Write a program that does the following:
Part B
Modify the program from Part A as follows:
XDUMP SUM,8
or maybe as two lines:
XDUMP SUM,4 XDUMP DIFF,4
Part C
Now rewrite your program using explicit addressing. This means on the L and ST, take out your labels and fill in the addresses of the various fullwords. You can get these addresses from the program listing of part B (in a column at the left).
Other Notes
Hint: Start with the JCL and the trivial little program we had in the lab training exercise. Take out the two SR lines and put in what you need.
Be sure your name and the assignment number (including Part A, B or C) is included in the documentation for each file.
Turn in all three programs (from Parts A, B and C) and the output file from Part C.