please dont rip this site

PIC Microcontoller Memory Method

Moving data blocks

From: Dmitry Kiryashov

 ; for ( i = num_of_elements; i != 0; ) { i--; b[i] = a[i]; } 
        movlw   num_of_elements 
        movwf   i 
loop: 
        decf    i, W 
        addlw   a 
        movwf   FSR     ; (a+i) 
        movfw   INDF 
        movwf   temp 

        movlw   (b-a) 
        addwf   FSR, F  ; (b+i) 
        movfw   temp 
        movwf   INDF 

        decfsz  i, F 
        goto    loop 
 

Questions:

Isaac Marino Bavaresco Says: " I wrote an assembly 'memcpy' routine for use with Hi-Tech PICC Compiler/Assembler. It was tested and work OK, but may have bugs yet. " +


file: /Techref/microchip/memmove.htm, 1KB, , updated: 2008/10/16 12:56, local time: 2024/3/28 06:28,
TOP NEW HELP FIND: 
3.239.57.87: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://www.massmind.org/techref/microchip/memmove.htm"> Moving data blocks</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 www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .