Subversion Repositories Kolibri OS

Rev

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

Rev 8115 Rev 8552
Line 4... Line 4...
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
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 8115 $
9
$Revision: 8552 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 70... Line 70...
70
        ret
70
        ret
71
;------------------------------------------------------------------------------
71
;------------------------------------------------------------------------------
72
syscall_display_settings: ;///// system function 48 ///////////////////////////
72
syscall_display_settings: ;///// system function 48 ///////////////////////////
73
;------------------------------------------------------------------------------
73
;------------------------------------------------------------------------------
74
        cmp     ebx, 13
74
        cmp     ebx, 13
75
        ja      @f
75
        ja      .ret
76
        jmp     dword[.ftable + ebx*4]
76
        jmp     dword[.ftable + ebx*4]
Line 77... Line 77...
77
 
77
 
78
align 4
78
align 4
79
.ftable:
79
.ftable: