Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5630 leency 1
 
2
	$mov eax,18
3
	$mov ebx,19
4
	$mov ecx,0
5
	$int 0x40
6
}
7
8
 
9
	$mov eax,18
10
	$mov ebx,19
11
	$mov ecx,1
12
	$int 0x40
13
}
14
15
 
16
	$mov eax,18
17
	$mov ebx,19
18
	$mov ecx,2
19
	$int 0x40
20
}
21
22
 
23
	$mov eax,18
24
	$mov ebx,19
25
	$mov ecx,3
26
	$int 0x40
27
}
28