[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
%NOTRUNC Enables Listing Wordwrap TASM Directive
%NOTRUNC
If a source code line generates more code than can be displayed on a
single line, the rest is usually truncated. Use the %NOTRUNC
directive to see the rest of the line. Long lines are wrapped around
to a second line, allowing you to see all the code that was
generated.
See Also: %TRUNC
Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson