Subversion Repositories Kolibri OS

Rev

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

Rev 6362 Rev 6371
Line 21... Line 21...
21
	push edi
21
	push edi
22
	.vertical_width_put:
22
	.vertical_width_put:
23
		mov [counter],5
23
		mov [counter],5
Line 24... Line 24...
24
 
24
 
25
		.horizontal_width_put:
25
		.horizontal_width_put:
26
			mov edx,[ebx+4807*4+ebp]
26
			mov edx,[ebx+mem_offs_shape+ebp]
27
			;and edx,0xffffff
27
			;and edx,0xffffff
28
			mov [edi],dx
28
			mov [edi],dx
29
			shr edx,16
29
			shr edx,16
Line 71... Line 71...
71
 
71
 
72
		.horizontal_width_save:
72
		.horizontal_width_save:
73
			mov eax,edi
73
			mov eax,edi
74
			mov edx,[eax]
74
			mov edx,[eax]
75
			;and edx,0xffffff
75
			;and edx,0xffffff
76
			mov [ebx+4807*4+ebp],dx
76
			mov [ebx+mem_offs_shape+ebp],dx
77
			shr edx,16
77
			shr edx,16
Line 78... Line 78...
78
			mov [ebx+4807*4+2+ebp],dl
78
			mov [ebx+mem_offs_shape+2+ebp],dl
79
 
79
 
80
		add edi,3
80
		add edi,3
81
		add ebp,4
81
		add ebp,4