Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 3539
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2455 $
8
$Revision: 3539 $
9
 
9
 
10
 
10
 
Line 35... Line 35...
35
        call    restorefatchain
35
        call    restorefatchain
36
        pusha
36
        pusha
37
        call    check_label
37
        call    check_label
38
        cmp     [FDC_Status], 0
38
        cmp     [FDC_Status], 0
39
        jne     unnecessary_save_image
39
        jne     unnecessary_save_image
40
        mov     [FDD_Track], 0; Öèëèíäð
40
        mov     [FDD_Track], 0; Цилиндр
41
        mov     [FDD_Head], 0; Ñòîðîíà
41
        mov     [FDD_Head], 0; Сторона
42
        mov     [FDD_Sector], 1; Ñåêòîð
42
        mov     [FDD_Sector], 1; Сектор
43
        mov     esi, RAMDISK
43
        mov     esi, RAMDISK
44
        call    SeekTrack
44
        call    SeekTrack
45
save_image_1:
45
save_image_1:
46
        push    esi
46
        push    esi
47
        call    take_data_from_application_1
47
        call    take_data_from_application_1