Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1205 → Rev 1206

/kernel/branches/net/applications/arpcfg/arpcfg.asm
35,27 → 35,12
 
mcall 4, 25 shl 16 + 31, 0x80000000, title
 
;; call draw_stats
 
mcall 12, 2
 
jmp draw_stats
 
mainloop:
 
mcall 23,50 ; wait for event with timeout (0,5 s)
 
cmp eax, 1
je redraw
cmp eax, 2
je key
cmp eax, 3
je button
 
 
draw_stats:
 
mov edx, 50 shl 16 + 50
mov [last],0
 
.loop:
mcall 75, 0x06080003, [last],,,ARP_ENTRY
130,7 → 115,20
 
jmp .loop
 
mainloop:
 
mcall 23,50 ; wait for event with timeout (0,5 s)
 
cmp eax, 1
je redraw
cmp eax, 2
je key
cmp eax, 3
je button
 
jmp draw_stats
 
 
key:
mcall 2
jmp mainloop
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/config.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/debug-fdo.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/macros.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netcfg/drivers.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netcfg/netcfg.asm
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netcfg/proc32.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netcfg/struct.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netcfg/vendors.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/netstat/netstat.asm
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/network_lib/network.asm
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/network_lib/network.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/nslookup/dll.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/nslookup/nslookup.asm
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/proc32.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/struct.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/zeroconf/dhcp.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/zeroconf/dll.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/branches/net/applications/zeroconf/zeroconf.asm
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property