Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>%trunc truncates listing fields tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
%TRUNC           Truncates Listing Fields                      TASM Directive

  %TRUNC

     This directive specifies whether object code and source code fields
     that are too long for a line in the listing file should be truncated
     (i.e. not wrapped to the next line). The alternative is %NOTRUNC,
     which specifies that such lines should be continued on the following
     line.

       Notes:     You can set listing file line widths with the %TEXT
                  directive.

See Also: %NOTRUNC

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson