The information in this article applies to:
SUMMARY
If, for any reason, you believe that the stack in a FORTRAN program is
being corrupted, you can monitor the stack segment (SS) register and
stack pointer (SP) register by using either the Microsoft Assembler
package. Since CodeView may use the stack for its own purposes, this allows
a more direct monitoring method.
This write statement produces video output of the following form:
seg:off 2BC0:111A MORE INFORMATIONThe assembly code and interface statement are shown below.
The equivalent interface for the following QuickC with Assembler code
is also listed below (keep in mind that this code must be compiled
with the /AL switch for memory model compatibility):
Additional query words: kbinf 5.00 nofps 5.10 debug watch view
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |