Subversion Repositories Kolibri OS

Rev

Rev 321 | Rev 346 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 321 Rev 322
Line 3466... Line 3466...
3466
        cld
3466
        cld
3467
        rep   stosd
3467
        rep   stosd
Line 3468... Line 3468...
3468
 
3468
 
3469
        mov   edi,display_data              ; set os to use all pixels
3469
        mov   edi,display_data              ; set os to use all pixels
3470
        mov   eax,0x01010101
3470
        mov   eax,0x01010101
3471
        mov   ecx,0x1fff00 / 4
3471
        mov   ecx,0x15ff00 / 4
Line 3472... Line 3472...
3472
        rep   stosd
3472
        rep   stosd
Line 3473... Line 3473...
3473
 
3473