Subversion Repositories Kolibri OS

Rev

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

Rev 846 Rev 908
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
_putc:
7
_putc:
8
	mov	ecx, DWORD PTR [esp+4]
8
        mov ecx, DWORD PTR [esp+4]
9
.L13:
9
.L13:
10
	mov	edx, 1021
10
        mov edx, 0x3FD
11
	in al, dx
11
        in al, dx
12
	test	al, 96
12
        test al, 96
13
        je      .L13
13
        je  .L13
14
	mov	dl, -8
14
        mov dl, -8
15
	mov	eax, ecx
15
        mov eax, ecx