diff --git a/src/chapter-31.md b/src/chapter-31.md index 677c870..7d5247f 100644 --- a/src/chapter-31.md +++ b/src/chapter-31.md @@ -309,7 +309,7 @@ ColorLoop: ; line descriptor list LineLoop: mov cx,[si+StartX] ;set the initial X coordinate - cmpcx,-1 + cmp cx,-1 jz LinesDone ;a descriptor with a -1 X ; coordinate marks the end ; of the list