summaryrefslogtreecommitdiff
path: root/36/DEPENDENCIES/prob9_9data.sci
blob: cdc2705ac6b50758413ec7ebd308cad79675c68e (plain)
1
2
3
4
5
6
7
8
9
//problem 9-9 data

//definig all the six segments
seg1="Fetch the instruction form the memory";
seg2="Decode the instruction";
seg3="Calculate the effective address";
seg4="Fetch the operands from the memory";
seg5="Execute the instruction";
seg6="Store the result";