Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5015 → Rev 5016

/programs/network/netstat/netstat.asm
250,6 → 250,10
mov edx, str_dumped
mcall
 
add ebx, 18
mov edx, str_queued
mcall
 
end_of_draw:
 
mcall 12, 2
590,9 → 594,15
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*3
mov edx, 134 shl 16 + 35 + 18*4
mov esi, 0x40000000
mov edi, 0x00F3F3F3
mcall 47
609,6 → 619,10
pop ecx
mcall
 
sub edx, 18
pop ecx
mcall
 
jmp mainloop
 
not_106:
821,6 → 835,7
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