• "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • MOV RO
    As a part of an "In application programming" I am using the following assembler code: #pragma asm MOV R0,#14 //OSC frec MOV R1,#02H //PROGRAM DATA BYTE #pragma endasm I can't find the way of...
  • MOV RO
    As a part of an "In application programming" I am using the following assembler code: #pragma asm MOV R0,#14 //OSC frec MOV R1,#02H //PROGRAM DATA BYTE #pragma endasm I can't find the way of...
  • MOV a,a error
    why does mov a,a show an error but mov b,b doesnt give any error?