Warning on assembler variables

Thread Starter

atferrari

Joined Jan 6, 2004
4,770
MPASM - I am working with two complex macros (three nesting levels).

I define the assembler variables used in the macros with VARIABLE or SET or LOCAL, but always, after building (successfully) I get hundreds of this:

Warning[207] D:\FILTER 00\007 MACROS 04.ASM 37 : Found label after column 1. (TAPAB)

ALL the assembler variables used show up in the warnings.

Is this a bug? Or there is a mistake from my side..
.?!

Before resorting to errorlevel, is it there something else I could do?
 
Last edited:

Thread Starter

atferrari

Joined Jan 6, 2004
4,770
I know that standard reply coming from the Help but an assembler variable is not an opcode in my case:

This is the "offendig" (?) line.

tapev=tapev+1
 
Top