how do i send an assembly command to the processor from the C in mplab? i’m not sure, but is it _asm{ <command> } ? i tried this and my code wouldnt compile…any advice?
not 100% but I think the inline assembly is _asm then assembly code, then _endasm
In the default code do a “Find in Project Files…” for _asm and you’ll see lots of examples.
ok thanks guys!