Subversion Repositories Kolibri OS

Rev

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

Rev 675 Rev 706
Line 12... Line 12...
12
 
12
 
Line 13... Line 13...
13
align 4
13
align 4
Line -... Line 14...
-
 
14
 
-
 
15
move_component:
-
 
16
 
-
 
17
        push ebx
-
 
18
        push ecx
14
 
19
        push edx
15
move_component:
20
        push ebp
16
 
21
 
Line 17... Line 22...
17
        mov ebx,[esp+4]  ;Control
22
        mov ebx,[esp+16+4]  ;Control
18
        mov ecx,[esp+8]  ;new x
23
        mov ecx,[esp+16+8]  ;new x
Line -... Line 24...
-
 
24
        mov edx,[esp+16+12] ;new y
-
 
25
 
-
 
26
        mov [ebx+24],ecx
-
 
27
        mov [ebx+28],edx
-
 
28
 
19
        mov edx,[esp+12] ;new y
29
        pop ebp