Subversion Repositories Kolibri OS

Rev

Rev 7838 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7836 leency 1
 
2
3
 
7838 leency 4
9459 leency 5
 
6
	.line_size = ($-text)/3
7
8
 
9
s_run		db ' Пуск  '
10
s_debug 	db 'Отладка'
11
s_dbgdescr	db 'Создавать отладочную информацию',0
12
13
 
14
sizeof.sz_EPnotFound = $-sz_EPnotFound
15
16
 
17
sizeof.sz_cantLL = $-sz_cantLL
18
19
 
20
sizeof.sz_system_error = $-sz_system_error
21
22
 
7838 leency 23
7836 leency 24
 
9459 leency 25
	.line_size = ($-text)/3
26
27
 
28
s_run		db    '  RUN  '
29
s_debug 	db    ' DEBUG '
30
s_dbgdescr	db    'Generate debug information',0
31
32
 
7836 leency 33
sizeof.sz_EPnotFound = $-sz_EPnotFound
34
35
 
36
sizeof.sz_cantLL = $-sz_cantLL
37
38
 
39
sizeof.sz_system_error = $-sz_system_error
40
41
 
9459 leency 42