We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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,0x2000 }
If i add some NOP-s :
_nop_(); _nop_(); _nop_(); __asm { JMPS 0x00C0,0x2000 }
the jump is not made. Does someone know why? Thank you !