Subversion Repositories Kolibri OS

Rev

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

Rev 839 Rev 840
Line 3... Line 3...
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
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 839 $
8
$Revision: 840 $
Line 9... Line 9...
9
 
9
 
Line 996... Line 996...
996
	   mov edi,eax
996
	   mov edi,eax
997
	   mov [ebx+SLOT_BASE+APPDATA.cur_dir],eax
997
	   mov [ebx+SLOT_BASE+APPDATA.cur_dir],eax
998
	   rep movsd
998
	   rep movsd
Line 999... Line 999...
999
 
999
 
1000
	   shr ebx,3
-
 
1001
	   mov eax, new_app_base
1000
	   shr ebx,3
Line 1002... Line 1001...
1002
	   mov dword [CURRENT_TASK+ebx+0x10],eax
1001
           mov dword [CURRENT_TASK+ebx+0x10], 0
1003
 
1002
 
1004
.add_command_line:
1003
.add_command_line:
1005
	   mov edx,[params]
1004
	   mov edx,[params]