Subversion Repositories Kolibri OS

Rev

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

Rev 1314 Rev 1396
Line 2... Line 2...
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1314 $
7
$Revision: 1396 $
Line 8... Line 8...
8
 
8
 
9
_esp equ esp
9
_esp equ esp
Line 60... Line 60...
60
 common
60
 common
61
  if is_str = 1
61
  if is_str = 1
62
   jmp ..label
62
   jmp ..label
63
   ..str db _str,0
63
   ..str db _str,0
64
   ..label:
64
   ..label:
65
;   add  esp,4*8+4
-
 
66
esp equ esp+4*8+4
-
 
67
   mov  edx,..str
65
   mov  edx,..str
68
esp equ _esp
-
 
69
;   sub  esp,4*8+4
-
 
70
  else
66
  else
-
 
67
esp equ esp+4*8+4
71
   mov  edx,_str
68
   mov  edx,_str
-
 
69
esp equ _esp
72
  end if
70
  end if
73
  if ~_num eq
71
  if ~_num eq
74
   if _num eqtype eax
72
   if _num eqtype eax
75
    if _num in 
73
    if _num in 
76
     mov esi,_num
74
     mov esi,_num