Subversion Repositories Kolibri OS

Rev

Rev 3013 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3013 Rev 7644
Line 119... Line 119...
119
    rol   eax, 4
119
    rol   eax, 4
120
    movzx ecx, al
120
    movzx ecx, al
121
    and   cl,  0x0f
121
    and   cl,  0x0f
122
    mov   cl,  [__hexdigits + ecx]
122
    mov   cl,  [__hexdigits + ecx]
123
    pushad
123
    pushad
124
    mcall 63, 1
124
    mov eax, 63
-
 
125
	mov ebx, 1
-
 
126
	int 0x40
125
    popad
127
    popad
126
    dec   edx
128
    dec   edx
127
    jnz   .new_char
129
    jnz   .new_char
128
ret
130
ret