Subversion Repositories Kolibri OS

Rev

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

Rev 145 Rev 158
Line 12... Line 12...
12
  xor	eax,eax
12
  xor	eax,eax
13
  mov	[file_struct.operation],eax
13
  mov	[file_struct.operation],eax
14
  mov	eax,[ebp+12]
14
  mov	eax,[ebp+12]
15
  mov	[file_struct.offset],eax
15
  mov	[file_struct.offset],eax
16
  mov	eax,[ebp+16]
16
  mov	eax,[ebp+16]
17
  mov	[file_struct.offset],eax
17
  mov	[file_struct.size],eax
18
  mov	eax,[ebp+20]
18
  mov	eax,[ebp+20]
19
  mov	[file_struct.offset],eax
19
  mov	[file_struct.data],eax
20
  mov	[file_struct.temp_buffer],temp_buffer
20
  mov	[file_struct.temp_buffer],temp_buffer
21
  mov	edx,[ebp+8]
21
  mov	edx,[ebp+8]
22
  call	copy_file_name
22
  call	copy_file_name
23
  push	ebx
23
  push	ebx
24
  mov	ebx,file_struct
24
  mov	ebx,file_struct