CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

CCS handling of int16 in if statement
Goto page Previous  1, 2
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
temtronic



Joined: 01 Jul 2010
Posts: 9632
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sat Jul 23, 2016 10:28 am     Reply with quote

The two 'must haves' for a real PIC programmer

1) a scope. Even a 2 channel analog, 20 years old helps !!

2) ASM book. At least READ how the PIC works using it's instruction set !!


#3....Microchips 'Tips and Tricks' series. while in assembler, you can see some nice ways to speed up stuff, use less pins, etc.


Jay
RF_Developer



Joined: 07 Feb 2011
Posts: 839

View user's profile Send private message

PostPosted: Mon Jul 25, 2016 1:45 am     Reply with quote

The "official" CCS way of coding nops is with delay_cycles(1). Delay_cycles(n), for small n at least, simply adds the specified number of nops as inline code.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group