Subversion Repositories Kolibri OS

Rev

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

Rev 682 Rev 706
Line 15... Line 15...
15
align 4
15
align 4
16
 
16
 
Line 17... Line 17...
17
craete_image:
17
craete_image:
Line -... Line 18...
-
 
18
 
-
 
19
      push ebx
-
 
20
      push ecx
-
 
21
      push edx
-
 
22
      push esi
-
 
23
      push edi
-
 
24
      push ebp
18
 
25
 
19
      mov ebx,[esp+4]
26
      mov ebx,[esp+24+4]
Line 20... Line 27...
20
      mov eax,[esp+8]
27
      mov eax,[esp+24+8]
Line 21... Line 28...
21
 
28
 
22
      mov [PointerToStructureForImage],eax
29
      mov [PointerToStructureForImage],eax
Line 47... Line 54...
47
      mov [eax+28],edx
54
      mov [eax+28],edx
48
      mov [eax+32],esi
55
      mov [eax+32],esi
49
      mov [eax+36],edi
56
      mov [eax+36],edi
50
 
57
 
Line -... Line 58...
-
 
58
      pop ebp
-
 
59
      pop edi
-
 
60
      pop esi
-
 
61
      pop edx
-
 
62
      pop ecx
-
 
63
      pop ebx
-
 
64
 
51
      ret 8
65
      ret 8
Line 52... Line 66...
52
 
66
 
53
;****************************************************
67
;****************************************************
54
;********************Draw Image**********************
68
;********************Draw Image**********************