PRB: Assume Directive Not DisplayedLast reviewed: January 9, 1995Article ID: Q11902 |
The information in this article applies to:
SYMPTOMSThe ASSUME directive in the macro definition below is not displayed in the list file. The documentation states that all the directives can be developed. The following is an example:
BEGIN MACRO x x SEGMENT PUBLIC ASSUME CS:x,DS:x ENDM BEGIN NewSeg IRET NewSeg ENDS END CAUSEBy default, directives are not listed inside of macros. The only lines listed from macro expansions are ones that generate code or data.
RESOLUTIONYou should use the .LISTMACROALL directive (.lall in all versions prior to 6.0) if you want to see these lines.
|
Additional reference words: 1.25 1.27 3.0x 4.00 5.00 5.10 6.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |