Subversion Repositories Kolibri OS

Rev

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

Rev 426 Rev 431
Line 1... Line 1...
1
$Revision: 426 $
1
$Revision: 431 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
3
;;                                                            ;;
6
;;                                                              ;;
4
;; KERNEL32.INC                                               ;;
7
;; KERNEL32.INC                                                 ;;
5
;;                                                            ;;
8
;;                                                              ;;
6
;; Included 32 bit kernel files for MenuetOS                  ;;
9
;; Included 32 bit kernel files for MenuetOS                    ;;
7
;;                                                            ;;
10
;;                                                              ;;
8
;; This file is kept separate as it will be easier to         ;;
11
;; This file is kept separate as it will be easier to           ;;
9
;; maintain and compile with an automated SETUP program       ;;
12
;; maintain and compile with an automated SETUP program         ;;
10
;; in the future.                                             ;;
13
;; in the future.                                               ;;
11
;;                                                            ;;
14
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 16...
13
 
16
 
14
;struc db [a] { common . db a
17
;struc db [a] { common . db a
15
;  if ~used .
18
;  if ~used .
16
;    display 'not used db: ',`.,13,10
19
;    display 'not used db: ',`.,13,10