Fixed downloader to work with parameters and shared memory (now works with HTMLv)

git-svn-id: svn://kolibrios.org@3572 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-05-29 14:20:01 +00:00
parent 49266cf1ea
commit 65c483cc45

View File

@ -102,7 +102,7 @@ START:
inc esi
.done:
mov [shared_name], esi
jmp still
jmp download
prepare_event:
; Report events
@ -113,6 +113,9 @@ red: ; redraw
call draw_window
still:
cmp byte [params], 0
jne exit
mcall 10 ; wait here for event
cmp eax, 1 ; redraw request ?
je red