• JMPS Problem
    CPU - XC167Cl, 40 Mhz, ARTX166, 1 Assembler, 150 C and C++ files. In 0xC02000 i have a code and i want to jump to it from my main program: I have a problem with the statement: __asm { JMPS 0x00C0...
  • JMPS Problem
    CPU - XC167Cl, 40 Mhz, ARTX166, 1 Assembler, 150 C and C++ files. In 0xC02000 i have a code and i want to jump to it from my main program: I have a problem with the statement: __asm { JMPS 0x00C0...
  • Strange jmp in program
    Hello, In my program, I call C function form assembly main code. But sometimes while excuting the C functions, the program jumps back to the Assembly code!!!! Have this happened to anyone? I'm using...
  • Strange jmp in program
    Hello, In my program, I call C function form assembly main code. But sometimes while excuting the C functions, the program jumps back to the Assembly code!!!! Have this happened to anyone? I'm using...
  • 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...