Subversion Repositories Kolibri OS

Rev

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

Rev 8603 Rev 8621
Line 1... Line 1...
1
format ELF
1
format ELF
2
include "__lib__.inc"
2
include "__lib__.inc"
3
fun      equ memchr
3
fun      equ __func@memchr
4
fun_str  equ 'memchr'
4
fun_str  equ 'memchr'
5
section '.text'
5
section '.text'
6
fun_name db fun_str, 0
6
fun_name db fun_str, 0
7
section '.data'
7
section '.data'
8
extrn lib_name
8
extrn lib_name
9
public fun
9
public fun as fun_str
10
fun dd fun_name
10
fun dd fun_name
11
lib dd lib_name
11
lib dd lib_name