Help! I'm programming PIC24EP-family microcontrollers in assembly. The task requires very carefully timed code; that's why I'm using assembly instead of C. In my program, I need to do something like this: mov.b ,W4;1
cpseq w4,w10;2
mov.b W4,;3add #1,W6;..
↧