Hi.,
I had an aux. pragma written in assembly code. The problem was that
Watcom 10.6 would not compile the pragma since it was of a size greater
than 128bytes. So I tried to break down the pragma into smaller ones.
But there are many jump statements in the pragma.
So if I try to compile with the smaller pragmas, I get the error message
“Symbol xyz has not been declared”, because the symbol xyz appears in
some other pragma. Is there a way that allows me to “jump” between
various pragmas??The code has statements like jmp, jne, jnz which
corresspond to different conditions.
Compiler : Watcom C 10.6
Platform : QNX
Thanks
Anup
Texas A & M Univ