forked from KolibriOS/kolibrios
1. faster GUI: calculatescreen
2. fixed sysfunc 1 - put pixel which was completely broken git-svn-id: svn://kolibrios.org@112 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -978,10 +978,10 @@ terminate: ; terminate application
|
||||
; call systest
|
||||
sti ; .. and life goes on
|
||||
|
||||
; movzx eax,word [dlx]
|
||||
; movzx ebx,word [dly]
|
||||
; movzx ecx,word [dlxe]
|
||||
; movzx edx,word [dlye]
|
||||
mov eax, [dlx]
|
||||
mov ebx, [dly]
|
||||
mov ecx, [dlxe]
|
||||
mov edx, [dlye]
|
||||
call calculatescreen
|
||||
xor eax, eax
|
||||
xor esi, esi
|
||||
|
Reference in New Issue
Block a user