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>%notrunc enables listing wordwrap tasm directive</b> http://www.X-Hacker.org [<<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.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson