Subversion Repositories Kolibri OS

Rev

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

Rev 109 Rev 485
Line 53... Line 53...
53
   pushf
53
   pushf
54
   pushad
54
   pushad
55
   mov  cl,al
55
   mov  cl,al
56
   mov  eax,63
56
   mov  eax,63
57
   mov  ebx,1
57
   mov  ebx,1
58
   int  0x40
58
   mcall
59
   popad
59
   popad
60
   popf
60
   popf
61
ret
61
ret
Line 62... Line 62...
62
 
62
 
Line 65... Line 65...
65
   mov  ebx,1
65
   mov  ebx,1
66
 @@:
66
 @@:
67
   mov  cl,[edx]
67
   mov  cl,[edx]
68
   test cl,cl
68
   test cl,cl
69
   jz   @f
69
   jz   @f
70
   int  40h
70
   mcall
71
   inc  edx
71
   inc  edx
72
   jmp  @b
72
   jmp  @b
73
 @@:
73
 @@:
74
   ret
74
   ret