#986546 spamassassin: LOTS_OF_MONEY false positive on asm code in GAS syntax

#986546#5
Date:
2021-04-07 09:44:24 UTC
From:
To:
A mail message from mine got LOTS_OF_MONEY probably due to the
following line:

        movabsq $6148914691236517206, %rdx

Indeed the $ character is used for immediate constants in the
GAS syntax. This should be detected.