Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;---------------------------------------------------------------------
  2. get_random_binary:
  3.         push    ebx
  4.         mcall   26,9
  5.         and     eax,1b
  6.         pop     ebx
  7.         ret
  8. ;---------------------------------------------------------------------
  9.