diff --git a/src/chapter-21.md b/src/chapter-21.md index e6db869..787a427 100644 --- a/src/chapter-21.md +++ b/src/chapter-21.md @@ -237,7 +237,7 @@ contention. Such operations, as in ```nasm mov eax,edx ;U-pipe cycle 1 -sub edx,edxX ;V-pipe cycle 1 +sub edx,edx ;V-pipe cycle 1 ``` are free of charge.