forked from KolibriOS/kolibrios
VIEWS3DS - fix for kernel r.2536. Programmers should observe the correct order of data by a call of kernel functions! Read documentation! RTFM!
git-svn-id: svn://kolibrios.org@2564 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d277a579f2
commit
f90f9144dc
@ -481,7 +481,7 @@ still:
|
|||||||
|
|
||||||
mov eax,4 ; function 4 : write text to window
|
mov eax,4 ; function 4 : write text to window
|
||||||
mov ebx,5*65536+23 ; [x start] *65536 + [y start]
|
mov ebx,5*65536+23 ; [x start] *65536 + [y start]
|
||||||
mov ecx,-1
|
mov ecx,0x00ffffff ;-1
|
||||||
mov edx,STRdata ; pointer to text beginning
|
mov edx,STRdata ; pointer to text beginning
|
||||||
mov esi,10 ; text length
|
mov esi,10 ; text length
|
||||||
int 40h
|
int 40h
|
||||||
|
Loading…
Reference in New Issue
Block a user