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>unknown removes type information tasm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
UNKNOWN          Removes Type Information                       TASM Operator

  UNKNOWN expression

     The Unknown directive removes the assembler's knowledge of expression's
     type. The result is the same expression as before, but its type (BYTE,
     WORD, or other type) is now unknown to the assembler.

       Notes:     The attributes of expression become the same as an
                  indirect register expression such as [BX].


See Also: PTR

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