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>%text set source field width tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
%TEXT            Set Source Field Width                        TASM Directive

  %TEXT width

     %TEXT sets the number of columns the assembler will use for the source
     lines in the listing file.

       Notes:     If a line is too long for the line length, it will be
                  truncated or wrapped to the next line, depending on which
                  directive (%TRUNC or %NOTRUNC) has been used.

See Also: %TRUNC %NOTRUNC

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