Subversion Repositories Kolibri OS

Rev

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

Rev 8985 Rev 8986
Line 2... Line 2...
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2019. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2019. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 7657 $
7
$Revision: 8986 $
8
 
8
 
9
;
9
;
10
; Formatted Debug Output (FDO)
10
; Formatted Debug Output (FDO)
Line 21... Line 21...
21
;   __DEBUG_LEVEL__ equ 5
21
;   __DEBUG_LEVEL__ equ 5
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
_esp equ esp
23
_esp equ esp
24
 
24
 
25
macro put_board {
25
macro put_board {
Line 26... Line 26...
26
        call    sys_msg_board
26
        call    syscall_msg_board
27
}
27
}
28
 
28