• generic jmp and call to ljmp and lcall
    Is there a way to import old code that assembled with Intel's assembler (by apparently defaulting the generic jmp and call to 3 byte ljmp and lcall)? Is there a assemble directive or some other way to...
  • generic jmp and call to ljmp and lcall
    Is there a way to import old code that assembled with Intel's assembler (by apparently defaulting the generic jmp and call to 3 byte ljmp and lcall)? Is there a assemble directive or some other way to...
  • 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...