diff options
Diffstat (limited to '3860/CH8/EX8.2/Ex8_2.txt')
-rw-r--r-- | 3860/CH8/EX8.2/Ex8_2.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3860/CH8/EX8.2/Ex8_2.txt b/3860/CH8/EX8.2/Ex8_2.txt new file mode 100644 index 000000000..9632e459c --- /dev/null +++ b/3860/CH8/EX8.2/Ex8_2.txt @@ -0,0 +1,28 @@ +
+ Displays the count from 0 to 119
+
+ 0000000
+
+ 0000001
+
+ 0000010
+
+ 0000011
+
+ 0000100
+
+ 0000101
+
+ 0000110
+
+ -
+
+ -
+
+ -
+
+ 1110111
+
+ displays the count till 1110111
+
+ the counter resets to 0000000
\ No newline at end of file |