Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1106 diamond 1
use32
2
        db      'MENUET01'
3
        dd      1
4
        dd      start
5
        dd      i_end
6
        dd      mem
7
        dd      mem
8
        dd      0, 0
9
 
10
start:
11
        push    68
12
        pop     eax
13
        push    16
14
        pop     ebx
15
        push    drvname
16
        pop     ecx
17
        int     0x40
18
        push    -1
19
        pop     eax
20
        int     0x40
21
 
22
drvname db      'COM_MOUSE',0
23
i_end:
24
align 16
25
rb 16
26
mem: