blob: 4e81ef7cfc1ede59583730f9121131969112ce6b (
plain)
1
2
3
4
5
6
7
|
//problem 9-1 data
//definig all the five segments
seg1="Load two numbers into Registers";
seg2="ADD Numbers";
seg3="Store the result";
seg4="Multiply Numbers";
seg5="Store the result";
|