www.a00.de > tcpgroup > 1992 > msg00206
 

TCP-group 1992


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WNOS hangup/unload ( WNOS3A9 )



Sure.  Here's the disassembly of your code string:

26 8B 17     mov  dx, es:[bx]
89 46 08     mov  [bp+8], ax
89 56 06     mov  [bp+6], dx
8B 46 06     mov  ax, [bp+6]
0B 46 08     or   ax, [bp+8]

This is pretty standard code that might come out of a C compiler, which
gets its variables from the stack.  It's a little odd to write into
stack ABOVE bp, but not necessarily wrong.

-- Mike Bilow, <mikebw@ids.jvnc.net>  (Internet)






Document URL : http://www.a00.de/tcpgroup/1992/msg00206.php
Ralf D. Kloth, Ludwigsburg, DE (QRQ.software). < hostmaster at a00.de > [don't send spam]
Created 2004-11-12. Last modified 2004-11-12. Your visit 2024-04-24 20:06.45. Page created in 0.026 sec.
 
[Go to the top of this page]   [... to the index page]