Skip to content

Commit 0712c7c

Browse files
authored
Merge pull request #170 from cmsc430/next
Bug fix a86 notes.
2 parents 14de1a7 + 308e99d commit 0712c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/a86.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ Each register plays the same role as in x86, so for example
13211321
Move from @racket[src] to @racket[dst] if the zero flag is set.
13221322

13231323
Note that the semantics for conditional moves is not what many people expect.
1324-
The @dst[src] is @emph{always} read, regardless of the condition's evaluation.
1324+
The @racket[src] is @emph{always} read, regardless of the condition's evaluation.
13251325
This means that if your source is illegal (such as an offset beyond the bounds
13261326
of memory allocated to the current process), a segmentation fault will arise
13271327
even if the condition ``should have'' prevented the error.

0 commit comments

Comments
 (0)