The information in this article applies to:
SYMPTOMS
The Port Input (I) command should display the byte from the specified
hardware port. This feature does not work correctly in Microsoft CodeView
versions 4.0, 4.01, and 4.05.
RESOLUTIONYou can write a function that will achieve the same result. The following is an example. To use it to check port 2f0h, type ?in(0x2f0) at the CodeView command prompt.
To use this function, it must be compiled and linked with CodeView
symbolic information. It is not necessary to call this function in
the program to use it when debugging, but you must step into the
program before evaluating this function.
STATUSMicrosoft has confirmed this to be a problem in CodeView versions 4.0, 4.01, and 4.05. This problem was corrected in CodeView version 4.1. Additional query words: 4.00 inp
Keywords : kb16bitonly |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |