Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8057 Boppan 1
format ELF
2
 
3
include "__lib__.inc"
4
 
5
fun      equ option_box_draw
6
fun_str  equ 'option_box_draw'
7
 
8
section '.text'
9
 
10
fun_name db fun_str, 0
11
 
12
section '.data'
13
 
14
extrn lib_name
15
public fun
16
 
17
fun dd fun_name
18
lib dd lib_name