Subversion Repositories Kolibri OS

Rev

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

Rev 1690 Rev 1697
Line 457... Line 457...
457
 
457
 
458
@@:
458
@@:
459
           cmp eax, DEV_GET_POS
459
           cmp eax, DEV_GET_POS
Line 460... Line 460...
460
           jne @F
460
           jne @F
461
 
461
 
-
 
462
           mov ebx, 8192
462
           mov ebx, 4096
463
           mov edx, 0x18
463
           mov edx, 0x18
464
           xor eax, eax
-
 
465
           call [ctrl.ctrl_read16]
464
           call [ctrl.ctrl_read16]
466
           sub ebx, eax
465
           sub ebx, eax
467
           shr ebx, 1
466
           mov edx, [edi+output]
468
           mov edx, [edi+output]
467
           mov [edx], ebx
469
           mov [edx], ebx
468
           xor eax, eax
470
           xor eax, eax