summaryrefslogtreecommitdiff
path: root/assignments/3-solution.md
diff options
context:
space:
mode:
Diffstat (limited to 'assignments/3-solution.md')
-rw-r--r--assignments/3-solution.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/assignments/3-solution.md b/assignments/3-solution.md
index 1e7a72a..26eb055 100644
--- a/assignments/3-solution.md
+++ b/assignments/3-solution.md
@@ -6,6 +6,11 @@ Choose ONE exercise each from Chapters 6, 7, and 8
Chapter 6:
+13. Write a complete assembly language program (including all necessary
+pseudo-ops) that reads in a series of integers, one at a time, and outputs the
+largest and smallest values. The input will consist of a list of integer values
+
+
Chapter 7:
Chapter 8: