Subversion Repositories Kolibri OS

Rev

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

Rev 205 Rev 1098
Line 12... Line 12...
12
	jmp	.check_next
12
        jmp     .check_next
13
@@:
13
@@:
14
	mov	eax,4
14
        mov     eax,4
15
	mov	ebx,[edi]
15
        mov     ebx,[edi]
16
	mov	ecx,[edi+4]
16
        mov     ecx,[edi+4]
17
	int	0x40
17
        mcall
18
popa
18
popa
19
ret
19
ret
20
}
20
}
Line 21... Line 21...
21
 
21