How does one do this? What arguments do I give on the BTFSS opcode?
Code:
somefunc(){
short sample;
#asm
BTFSS what,goes_here
#endasm
}
Compiler: CCS PCM C Compiler, Version 3.105
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
Posted: Sun Jul 19, 2009 2:36 am
Basically, BTFSS sample should do (assuming short defaults to int1).
To produce meaningful code, the next instruction should be assembly coded as well.
dbuckley
Joined: 18 Jul 2009 Posts: 2
Posted: Sun Jul 19, 2009 4:23 am
And indeed that works, thank you.
Just couldn't see it...
And yes, that instruction is followed by a few others
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum