Subversion Repositories Kolibri OS

Rev

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

Rev 134 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