Subversion Repositories Kolibri OS

Rev

Rev 5630 | Go to most recent revision | Details | Compare with Previous | 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
 
5970 leency 16
	$mov eax,18
5630 leency 17
	$mov ebx,19
18
	$mov ecx,2
19
	$int 0x40
20
}
21
22
 
5970 leency 23
	$mov eax,18
5630 leency 24
	$mov ebx,19
25
	$mov ecx,3
26
	$int 0x40
27
}
5970 leency 28
29
 
30
	$mov eax,18
31
	$mov ebx,19
32
	$mov ecx,6
33
	$int 0x40
34
}
35
36
 
37
	$mov eax,18
38
	$mov ebx,19
39
	$mov ecx,6
40
	$int 0x40
41
}
5630 leency 42