must use PTR operator
A type was used on an operand without a PTR operator.
The compiler assumed the PTR operator.
The PTR operator is required when referring to or casting to a type in inline assembler code.