Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
THIS
◄Operator Summary► ◄Summary►
──────────────────────────────────────────────────────────────────────────────
Syntax: THIS type
Creates an operand of specified type with offset and segment values
equal to the current location-counter value. Used with EQU or = to
create labels and variables.
type For memory operands, can be BYTE, WORD, DWORD, QWORD,
or TBYTE. For labels, can be NEAR, FAR, or PROC.
See Also: EQU, equalsign (=), LABEL
-♦-