Subversion Repositories Kolibri OS

Rev

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

  1. format ELF
  2.  
  3. include "__lib__.inc"
  4.  
  5. fun      equ tl_cur_perv
  6. fun_str  equ 'tl_cur_perv'
  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
  19.