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 support@ccsinfo.com

disable_interrupts(GLOBAL)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








disable_interrupts(GLOBAL)
PostPosted: Mon Oct 12, 2009 1:01 pm     Reply with quote

Why this line?
0008: BTFSC INTCON.GIE ->Why this????

Code:
disable_interrupts(GLOBAL);
*
0004:  BCF    INTCON.PEIE
0006:  BCF    INTCON.GIE
0008:  BTFSC  INTCON.GIE ->Why this????
000A:  BRA    0006
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Oct 12, 2009 1:14 pm     Reply with quote

See example 1, in AN576 from Microchip:
Quote:
Techniques to Disable Global Interrupts

http://ww1.microchip.com/downloads/en/AppNotes/00576b.pdf
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
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