Subversion Repositories Kolibri OS

Rev

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

  1. ;****************************************************
  2. ;****************get version of library**************
  3. ;****************************************************
  4. ;IN
  5. ;not
  6. ;OUT
  7. ;version of library
  8. ;fersion format year:mouth:day
  9. align 4
  10.  
  11. get_version:
  12.  
  13.         xor eax,eax
  14.         mov eax,dword 071128  ;07.11.28
  15.  
  16.         ret