Remove now-unnecessary shift in draw_rect

This commit is contained in:
Juhani Krekelä 2023-03-19 17:19:18 +02:00
parent 6e4974de3f
commit ce07a23355
1 changed files with 1 additions and 2 deletions

View File

@ -153,12 +153,11 @@ draw_rect:
; Convert widths to bytes
shl bx, 1
shl cx, 1
.loop:
; Copy a row
pusha
rep movsb
rep movsw
popa
; Move to the next row in the input buffer