Subversion Repositories Kolibri OS

Rev

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

Rev 2048 Rev 8221
Line 4... Line 4...
4
; Exports: 
4
; Exports: 
5
;           debug_print(msg) - prints a message to debug board.
5
;           debug_print(msg) - prints a message to debug board.
Line 6... Line 6...
6
 
6
 
7
format ELF
7
format ELF
8
use32
8
use32
9
include 'proc32.inc'
9
include '../../../../proc32.inc'
10
include 'struct.inc'
10
include '../../../../struct.inc'
Line 11... Line 11...
11
include 'tinypy.inc'
11
include 'tinypy.inc'
12
 
12
 
13
extrn tp_dict
13
extrn tp_dict