diff options
Diffstat (limited to '36/DEPENDENCIES/prob9_9data.sci')
-rwxr-xr-x | 36/DEPENDENCIES/prob9_9data.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/36/DEPENDENCIES/prob9_9data.sci b/36/DEPENDENCIES/prob9_9data.sci new file mode 100755 index 000000000..cdc2705ac --- /dev/null +++ b/36/DEPENDENCIES/prob9_9data.sci @@ -0,0 +1,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";
\ No newline at end of file |