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