Subversion Repositories Kolibri OS

Rev

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

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