Subversion Repositories Kolibri OS

Rev

Rev 4829 | Rev 4831 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4829 Rev 4830
Line 1593... Line 1593...
1593
        push    -'0'
1593
        push    -'0'
1594
        mov     ecx, 10
1594
        mov     ecx, 10
1595
  .loop:
1595
  .loop:
1596
        xor     edx, edx
1596
        xor     edx, edx
1597
        div     ecx
1597
        div     ecx
1598
        add     dl, '0'
-
 
1599
        push    edx
1598
        push    edx
1600
        test    eax, eax
1599
        test    eax, eax
1601
        jnz     .loop
1600
        jnz     .loop
Line 1602... Line 1601...
1602
 
1601