Posted on November 17, 2005 at 09:05Thanks Kenshin a lot. In my program the segmentation is disabled. Because the first operand after JMPS is to specify the segment, in which the operand 2 exist. so by using JMPS, how can I define the first operand.
Posted on November 11, 2005 at 13:55I am programming a algorithm with assembler in ST10F269. But this typ of microcontroller incorprates a jump cacheIf the instruction is repeated in a loop, the target instruction( JMPA,JMPR,JB,JBC,JNB,JNBS) is addi...