Subversion Repositories Kolibri OS

Rev

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

Rev 111 Rev 131
Line 126... Line 126...
126
if SHOW_METH eq 1
126
if SHOW_METH eq 1
127
    Msg  19
127
    Msg  19
128
end if
128
end if
129
    pusha
129
    pusha
130
    xor  eax,eax
130
    xor  eax,eax
131
    mov  ecx,(area-bl_count) / 4
131
    mov  ecx,(output-bl_count) / 4
132
    mov  edi,bl_count
132
    mov  edi,bl_count
133
    rep  stosd
133
    rep  stosd
134
    popa
134
    popa
Line 135... Line 135...
135
 
135