We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10027e2 commit 6d70d62Copy full SHA for 6d70d62
2 files changed
www/midterms.scrbl
@@ -7,7 +7,7 @@ exams. Exams will be distributed at least 72 hours before the due
7
date of the midterm.
8
9
@itemlist[
10
- @item{Midterm 1: @bold{@m1-date}}
+ @item{Midterm 1: @link["https://www.cs.umd.edu/class/spring2021/cmsc430/Midterm_1.html"]{Instructions - Due March 9th}}
11
@item{Midterm 2: @bold{@m2-date}}
12
]
13
www/midterms/1.scrbl
@@ -95,7 +95,7 @@ Write two sequences of instructions (in a86):
95
One that stores the value of @tt{rax} in location 1032 (= 1024 + 8).
96
}
97
@item{
98
-One that loads the value stored at location 1024 and stores it at @tt{rax}.
+One that loads the value stored at location 1024 and stores it in @tt{rax}.
99
100
101
0 commit comments