KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q66507: CodeView Fails to Return Value in ES

Article: Q66507
Product(s): See article
Version(s): 3.00 3.10 3.11
Operating System(s): MS-DOS
Keyword(s): ENDUSER | buglist3.00 buglist3.10 buglist3.11 | mspl13_basic
Last Modified: 9-NOV-1990

When CodeView is running in extended memory and a call is made to
interrupt 15h function C0h, the value in the ES register is not
changed. This interrupt call should return the segment of the system
configuration table in the ES register. If CodeView is run with the /D
or /E option, a value is returned in the ES register as it should be.

Microsoft has confirmed this to be a problem in CodeView versions
3.00, 3.10, and 3.11. We are researching this problem and will post
new information here as it becomes available.

Sample Code
-----------

main ()
  {
   _asm mov ah, 0xC0
  _asm int 0x15
  }

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.