forked from KolibriOS/kolibrios
Animage header use sysfunc 70.1
git-svn-id: svn://kolibrios.org@956 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4cc87fbe7d
commit
805a23b544
@ -75,12 +75,19 @@ drawwin:
|
|||||||
mov edi,panel_text
|
mov edi,panel_text
|
||||||
call print_panel_text
|
call print_panel_text
|
||||||
|
|
||||||
mov eax,10
|
;>>>>>>Leency
|
||||||
mov ebx,5
|
;mov eax,10
|
||||||
mov ecx,0xffffff
|
;mov ebx,5
|
||||||
mov edx,name_of_program
|
;mov ecx,0xffffff
|
||||||
mov esi,34
|
;mov edx,name_of_program
|
||||||
call print_text
|
;mov esi,34
|
||||||
|
;call print_text
|
||||||
|
|
||||||
|
mov eax,71
|
||||||
|
mov ebx,1
|
||||||
|
mov ecx,name_of_program
|
||||||
|
int 40h
|
||||||
|
;Leency<<<<<<<
|
||||||
|
|
||||||
mov eax,12
|
mov eax,12
|
||||||
mov ebx,2
|
mov ebx,2
|
||||||
|
Loading…
Reference in New Issue
Block a user