Fix cmpcx->cmp cx

This commit is contained in:
Thomas Perl 2020-05-21 11:11:16 +02:00
commit 6adf8f912b

View file

@ -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