Subversion Repositories Kolibri OS

Rev

Rev 8605 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7925 Boppan 1
format ELF
2
 
3
include "__lib__.inc"
4
 
5
fun      equ InputBox
6
fun_str  equ 'InputBox'
7
 
8678 turbocat 8
section '.text'
7925 Boppan 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