Subversion Repositories Kolibri OS

Rev

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

  1. ;* Call: ***************************************************************
  2. lzma_set_dict_size:
  3.         mov     ecx,[esp+4]
  4.         xor     eax,eax
  5.         inc     eax
  6.         shl     eax,cl
  7.         mov     [0x29568],eax
  8.         lea     eax,[ecx+ecx]
  9.         mov     [0x29570],eax
  10.         ret     4
  11. ;*****************************************************************************
  12.