For example, nasm has a nice feature -- you can prefix a "$" to an identifier, then it is no longer an reserved word.
In masm it is incrediblely and unreasonably hard to call a function named "add" or "enter".
The "option nokeyword" is hard to use.
And since newer CPUs keep adding new instructions, there is always a risk of conflicts.