Subversion Repositories Kolibri OS

Rev

Rev 1953 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1953 Rev 9568
Line 27... Line 27...
27
;******************************************************************************
27
;******************************************************************************
28
; import_boxlib procedure written by 
28
; import_boxlib procedure written by 
29
;---------------------------------------------------------------------
29
;---------------------------------------------------------------------
Line 30... Line 30...
30
 
30
 
31
	use32
31
	use32
Line 32... Line 32...
32
	org 0x0
32
	org 0
33
 
33
 
34
	db 'MENUET01'
34
	db 'MENUET01'
35
	dd 0x01
35
	dd 1
36
	dd START
36
	dd START
37
	dd IM_END
37
	dd IM_END
38
	dd I_END
38
	dd I_END
39
	dd stacktop
39
	dd stacktop
Line 40... Line 40...
40
	dd 0x0
40
	dd 0
41
	dd path
41
	dd path
42
 
-
 
43
include '../../../../../macros.inc'
42
 
44
include '../../load_lib.mac'
43
include '../../../../../macros.inc'
Line 45... Line 44...
45
;include 'macros.inc'
44
include '../../../../../KOSfuncs.inc'
46
;include 'load_lib.mac'
45
include '../../../../../load_lib.mac'
47
@use_library
46
@use_library