Question: 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


Device: TMS320C3x
Category: TI Tools
Detail: Code Generation Tools
Detail2: Macros
Title: Calling a macro using a C function
Source: Case from TMS320 Hotline
Date: 8/1/97
GenId: 0003237

© Copyright 1998 Texas Instruments Incorporated. All rights reserved.
Trademarks, Important Notice!