Subversion Repositories Kolibri OS

Rev

Rev 706 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 706 Rev 710
1
;****************************************************
1
;****************************************************
2
;****************get version of library**************
2
;****************get version of library**************
3
;****************************************************
3
;****************************************************
4
;IN
4
;IN
5
;not
5
;not
6
;OUT
6
;OUT
7
;version of library
7
;version of library
8
;fersion format year:mouth:day
8
;fersion format year:mouth:day
9
align 4
9
align 4
10
 
10
 
11
get_version:
11
get_version:
12
 
12
 
13
        xor eax,eax
13
        xor eax,eax
14
        mov eax,dword 080131  ;31.01.08
14
        mov eax,dword 080204  ;4.02.08
15
 
15
 
16
        ret
16
        ret