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>display types a string tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DISPLAY          Types a String                                TASM Directive

  DISPLAY "characters"

     DISPLAY lets the assembler communicate with you as the program is
     being assembled.

     This directive functions like the %OUT directive. When the assembler
     reaches it, it types the string characters on the screen as a
     message.

       Notes:     You must surround the characters with quotation marks.

See Also: %OUT

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