Has a macro written is assembly. He's calling it using a C function. Has the
macro in an include file which is in the C program. When compiling, the macro cannot be
found.
Answer:Cannot
call a macro as a C callable function. Work around is to try:
asm("PRESS
@_gow1,@_gow2,@gow3")
in C program