Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 681
Line 9... Line 9...
9
;;  See file COPYING for details.                               ;;
9
;;  See file COPYING for details.                               ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 593 $
14
$Revision: 681 $
15
 
15
 
Line 234... Line 234...
234
 
234
 
235
        push    ds
235
        push    ds
236
        pop    es
236
        pop     es
237
        mov    cx, 0x8000
237
        mov     cx, 0x8000
-
 
238
        push    cx
238
        push    cx
239
        push    0x7000
239
        mov    ds, cx
240
        pop     ds
240
        xor    si, si
241
        xor     si, si
241
        xor    di, di
242
        xor     di, di
-
 
243
        rep     movsw
-
 
244
        pop     cx
-
 
245
        mov     ds, cx
-
 
246
        push    0x2000
-
 
247
        pop     es
242
        rep    movsw
248
        rep     movsw
243
        push    0x9000
249
        push    0x9000
244
        pop    ds
250
        pop     ds
245
        push    0x2000
251
        push    0x3000
246
        pop    es
252
        pop     es
247
        pop    cx
253
        mov     cx, 0xE000/2
Line 248... Line 254...
248
        rep    movsw
254
        rep     movsw
Line 249... Line 255...
249
 
255