Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5016 → Rev 5015

/programs/network/netstat/netstat.asm
250,10 → 250,6
mov edx, str_dumped
mcall
 
add ebx, 18
mov edx, str_queued
mcall
 
end_of_draw:
 
mcall 12, 2
594,15 → 590,9
pop ebx
push eax
 
inc bl
push ebx
mcall 76
pop ebx
push eax
 
mov ebx, 0x000a0000
pop ecx
mov edx, 134 shl 16 + 35 + 18*4
mov edx, 134 shl 16 + 35 + 18*3
mov esi, 0x40000000
mov edi, 0x00F3F3F3
mcall 47
619,10 → 609,6
pop ecx
mcall
 
sub edx, 18
pop ecx
mcall
 
jmp mainloop
 
not_106:
835,7 → 821,6
str_conflicts db 'ARP conflicts:', 0
str_missed db 'Packets missed:',0
str_dumped db 'Packets dumped:',0
str_queued db 'Packets queued:',0
str_link db 'Link state:',0
 
str_down db 'down', 0