Subversion Repositories Kolibri OS

Rev

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

Rev 3470 Rev 3471
Line 70... Line 70...
70
; top
70
; top
71
	mov	bx,fr_start_x
71
	mov	bx,fr_start_x
72
	shl	ebx,16
72
	shl	ebx,16
73
	mov	bx,fr_start_x
73
	mov	bx,fr_start_x
74
	add	bx,fr_size_x
74
	add	bx,fr_size_x
-
 
75
	dec	bx
Line 75... Line 76...
75
	
76
	
76
	mov	cx,fr_start_y
77
	mov	cx,fr_start_y
77
	shl	ecx,16
78
	shl	ecx,16
Line 88... Line 89...
88
; bottom
89
; bottom
89
	mov	bx,fr_start_x
90
	mov	bx,fr_start_x
90
	shl	ebx,16
91
	shl	ebx,16
91
	mov	bx,fr_start_x
92
	mov	bx,fr_start_x
92
	add	bx,fr_size_x
93
	add	bx,fr_size_x
-
 
94
	dec	bx
Line 93... Line 95...
93
	
95
	
94
	mov	cx,fr_start_y
96
	mov	cx,fr_start_y
-
 
97
	add	cx,fr_size_y
95
	add	cx,fr_size_y
98
	dec	cx
96
	shl	ecx,16
99
	shl	ecx,16
97
	mov	cx,fr_start_y
100
	mov	cx,fr_start_y
-
 
101
	add	cx,fr_size_y
Line 98... Line 102...
98
	add	cx,fr_size_y
102
	dec	cx
Line 99... Line 103...
99
 
103
 
100
	mcall	,,,fr_ext_fr_col
104
	mcall	,,,fr_ext_fr_col
Line 112... Line 116...
112
	
116
	
113
	mov	cx,fr_start_y
117
	mov	cx,fr_start_y
114
	shl	ecx,16
118
	shl	ecx,16
115
	mov	cx,fr_start_y
119
	mov	cx,fr_start_y
-
 
120
	add	cx,fr_size_y
Line 116... Line 121...
116
	add	cx,fr_size_y
121
	dec	cx
Line 117... Line 122...
117
 
122
 
118
	mcall	,,,fr_ext_fr_col
123
	mcall	,,,fr_ext_fr_col
Line 125... Line 130...
125
 
130
 
126
;--------------------------------------
131
;--------------------------------------
127
; right
132
; right
128
	mov	bx,fr_start_x
133
	mov	bx,fr_start_x
-
 
134
	add	bx,fr_size_x
129
	add	bx,fr_size_x
135
	dec	bx
130
	shl	ebx,16
136
	shl	ebx,16
131
	mov	bx,fr_start_x
137
	mov	bx,fr_start_x
-
 
138
	add	bx,fr_size_x
Line 132... Line 139...
132
	add	bx,fr_size_x
139
	dec	bx
133
 
140
 
134
	mov	cx,fr_start_y
141
	mov	cx,fr_start_y
135
	shl	ecx,16
142
	shl	ecx,16
-
 
143
	mov	cx,fr_start_y
Line 136... Line 144...
136
	mov	cx,fr_start_y
144
	add	cx,fr_size_y
Line 137... Line 145...
137
	add	cx,fr_size_y
145
	dec	cx
138
 
146