Subversion Repositories Kolibri OS

Rev

Rev 8525 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8525 Rev 9587
Line 848... Line 848...
848
	jle	still
848
	jle	still
849
	mov	byte [paramtest+ebx], 0
849
	mov	byte [paramtest+ebx], 0
850
; OS allows only 256 symbols in command line
850
; OS allows only 256 symbols in command line
851
	cmp	ebx, 250
851
	cmp	ebx, 250
852
	jae	still
852
	jae	still
853
; we use Pascal-style strings for /RD/1/COPYR
853
; we use Pascal-style strings for /SYS/COPYR
854
; source file
854
; source file
855
	mov	edi, copyr_param
855
	mov	edi, copyr_param
856
	mov	al, bl
856
	mov	al, bl
857
	stosb
857
	stosb
858
	mov	ecx, ebx
858
	mov	ecx, ebx
Line 2554... Line 2554...
2554
;   dd 0x0
2554
;   dd 0x0
2555
;   dd 0x0
2555
;   dd 0x0
2556
;   dd 0x1
2556
;   dd 0x1
2557
;   dd path
2557
;   dd path
2558
;   dd tempzone
2558
;   dd tempzone
2559
;   db '/RD/1/MRU.LST',0
2559
;   db '/SYS/MRU.LST',0
2560
; //// Willow
2560
; //// Willow
Line 2561... Line 2561...
2561
 
2561
 
2562
;Name of programs
2562
;Name of programs
2563
editor	  db '/sys/tinypad',0
2563
editor	  db '/sys/tinypad',0