This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

jmp from assembly code to C

hi,

i'm having a problem with jmp from assembly code to C

example:

#pragma asm

.
.
.
ljmp a52
#pragma endasm


void test(){
.
.
.
a52:
.
.
}

here the compiler output is given as a52 - undefined symbol.
please help me to do method jmp from assembly code to C code.
As this is involved with very old code. it worked with SPJ Compiler.

Thanks in Advance

0