[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
THIS Create Operand at Current Location Operator
THIS type
Creates an operand whose address (segment and offset) is equal to the
current location counter and whose type is type.
Type can be any of the following:
BYTE
WORD
DWORD
QWORD
TBYTE
NEAR
FAR
This operator is used to create labels and variables using the EQU or
equal-sign ('=') directives in the same manner as the LABEL directive.
-------------------------------- Example ---------------------------------
byteLabel equ THIS BYTE
is the same as:
byteLabel LABEL BYTE
See Also: LABEL BYTE WORD DWORD QWORD TBYTE NEAR FAR
Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson