Hexadecimal Constants ($)

You can use Hexadecimal constants inside High Level Inline (HLI) Assembly. For example, instead of 0x1234 you can use $1234.

Note: This is valid only for inline assembly.