- Timestamp:
- Nov 21, 2002, 12:39:37 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/rgbcvt.asm
r6268 r9420 1 ; $Id: rgbcvt.asm,v 1. 5 2001-07-09 18:07:39sandervl Exp $1 ; $Id: rgbcvt.asm,v 1.6 2002-11-21 11:39:37 sandervl Exp $ 2 2 ; Copyright 2000 Daniela Engert (dani@ngrt.de) 3 3 … … 176 176 lastpixels: 177 177 pop ecx 178 and ecx, 3178 and ecx, 7 179 179 jz short done 180 180 … … 264 264 lastpixels: 265 265 pop ecx 266 and ecx, 3266 and ecx, 7 267 267 jz short done 268 268
Note:
See TracChangeset
for help on using the changeset viewer.