Subversion Repositories Kolibri OS

Rev

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

Rev 8777 Rev 9354
Line 10... Line 10...
10
public _con_set_flags@4
10
public _con_set_flags@4
11
public _con_cls
11
public _con_cls
12
public _con_write_string@8
12
public _con_write_string@8
13
public _con_getch2@0
13
public _con_getch2@0
14
public _con_gets
14
public _con_gets
-
 
15
public con_set_title as '_con_set_title_ptr'
Line 15... Line 16...
15
 
16
 
Line 16... Line 17...
16
section '.text' align 16
17
section '.text' align 16
Line 270... Line 271...
270
        con_cls,        'con_cls',          \
271
        con_cls,        'con_cls',          \
271
        con_getch2,     'con_getch2',       \
272
        con_getch2,     'con_getch2',       \
272
        con_set_cursor_pos, 'con_set_cursor_pos',\
273
        con_set_cursor_pos, 'con_set_cursor_pos',\
273
        con_write_string, 'con_write_string',\
274
        con_write_string, 'con_write_string',\
274
        con_get_flags,  'con_get_flags',    \
275
        con_get_flags,  'con_get_flags',    \
275
        con_set_flags,  'con_set_flags'
276
        con_set_flags,  'con_set_flags',    \
-
 
277
        con_set_title,  'con_set_title'
Line 276... Line 278...
276
 
278
 
277
s_libdir:
279
s_libdir:
278
  db '/sys/lib/'
280
  db '/sys/lib/'