$                       Current location counter            Predefined equate

The symbol $ represents the current location counter, which consists
of two parts: a segment, and an offset. The location counter is the
current offset within the current segment during assembly.

Example: Astring DB "Message",13,10,0
astr_len = ($ - Astring)