Subversion Repositories Kolibri OS

Rev

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

Rev 8549 Rev 8605
1
format ELF
1
format ELF
2
 
2
 
3
include "__lib__.inc"
3
include "__lib__.inc"
4
 
4
 
5
fun      equ http_post
5
fun      equ http_post
6
fun_str  equ 'post'
6
fun_str  equ 'post'
7
 
7
 
8
section '.text'
8
section '.imp.@.'
9
 
9
 
10
fun_name db fun_str, 0
10
fun_name db fun_str, 0
11
 
11
 
12
section '.data'
12
section '.data'
13
 
13
 
14
extrn lib_name
14
extrn lib_name
15
public fun
15
public fun
16
 
16
 
17
fun dd fun_name
17
fun dd fun_name
18
lib dd lib_name
18
lib dd lib_name