TCP-group 1992
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
WNOS hangup/unload ( WNOS3A9 )
- To: RWAUSTIN@GDLVM2.VNET.IBM.COM
- Subject: WNOS hangup/unload ( WNOS3A9 )
- From: "Mike Bilow, mikebw@ids.jvnc.net" <mikebw@IDS.JVNC.NET>
- Date: Mon, 27 Jan 1992 15:00:06 EST
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)