Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 684
Line 20... Line 20...
20
;;                                                                  ;;
20
;;                                                                  ;;
21
;;  See file COPYING for details                                    ;;
21
;;  See file COPYING for details                                    ;;
22
;;                                                                  ;;
22
;;                                                                  ;;
23
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
$Revision: 593 $
25
$Revision: 684 $
26
 
26
 
27
 
27
 
28
;macro PutStr X
28
;macro PutStr X
29
;{
29
;{
30
; local .__xyz1
30
; local .__xyz1
31
; local .__xyz2
31
; local .__xyz2
32
; push esi
32
; push esi
33
; mov esi,.__xyz1
33
; mov esi,.__xyz1
34
; call sys_msg_board_str
34
; call sys_msg_board_str
35
; push eax
35
; push ebx
36
; mov eax,1
36
; mov ebx,1
37
; call delay_hs
37
; call delay_hs
38
; pop eax
38
; pop ebx
39
; jmp .__xyz2
39
; jmp .__xyz2
40
;.__xyz1:
40
;.__xyz1: