Suppress 1500+ macro conflicts with recent ObjAsm
ObjAsm 4.08 spots macros using MyBase$Suffix where MyBase is a substring of another macro. Generic32 has CL$op and SE$op which causes many hundreds of warnings due to CLRV and SETV for example. Write out the macros longhand, and use a longer unique name for the generic implementation.