please dont rip this site

PIC Microcontoller Methods

Detecting a change in a register

In general, you just save the prior state of the port, register, etc.. then compare the current state to that state to check for changes.

From: http://www.myke.com/basic.htm

Bob Fehrenbach has passed on a number of his snippets for inclusion in my web page and have shown up in this book. The first detects the change in a bit and saves the new data for later execution. This code can be used to detect changes in the I/O Ports, Timers, or other registers that can be updated externally to the software execution.
  movf   Reg, w                 
  andlw  Mask                   ;  Mask out unused bits
  xorwf  old, w                 ;  Compare to previous value
  btfsc  STATUS, Z              ;  If Zero set, bits are the Same
   goto  no_change
  xorwf  old                    ;  Bits are different, Store New 
                                ;   pattern in "old"

Also:


file: /Techref/microchip/regchg.htm, 1KB, , updated: 2004/12/6 12:49, local time: 2024/3/28 05:26,
TOP NEW HELP FIND: 
54.163.62.42:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/microchip/regchg.htm"> PIC Microcontoller Methods Detecting a change in a register</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .