Subversion Repositories Kolibri OS

Rev

Rev 8248 | Rev 8270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8248 Rev 8249
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 8248 $
74
$Revision: 8249 $
Line 1804... Line 1804...
1804
        movzx   eax, word [keyboard]
1804
        movzx   eax, word [keyboard]
1805
        mov     [esp+32], eax
1805
        mov     [esp+32], eax
1806
        ret
1806
        ret
Line 1807... Line 1807...
1807
 
1807
 
1808
.addr_error:    ; if given memory address is illegal
1808
.addr_error:    ; if given memory address is illegal
1809
        mov     eax, -1
1809
        mov     dword [esp+32], -1
1810
        ret        
1810
        ret        
1811
;--------------------------------------
1811
;--------------------------------------
1812
@@:
1812
@@:
1813
; F.26.5 - get system language
1813
; F.26.5 - get system language
Line 3266... Line 3266...
3266
        mov     eax, [TASK_COUNT]
3266
        mov     eax, [TASK_COUNT]
3267
        mov     [esp+32], eax
3267
        mov     [esp+32], eax
3268
        ret
3268
        ret
Line 3269... Line 3269...
3269
 
3269
 
3270
.addr_error:    ; if given memory address is illegal
3270
.addr_error:    ; if given memory address is illegal
3271
        mov     eax, -1
3271
        mov     dword [esp+32], -1
Line 3272... Line 3272...
3272
        ret   
3272
        ret   
3273
 
3273
 
3274
align 4
3274
align 4