Subversion Repositories Kolibri OS

Rev

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

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