Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 846
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 766 $
8
$Revision: 846 $
9
 
9
 
10
 
10
 
Line 38... Line 38...
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, [_rd_base]
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
48
    pop    esi
48
    pop    esi