Subversion Repositories Kolibri OS

Rev

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

  1. format ELF
  2. include "__lib__.inc"
  3. fun      equ __func@labs
  4. fun_str  equ 'labs'
  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
  12.