| Author | Matthew Schinkel - borntechi.com, copyright © 2009..2020, all rights reserved. |
| Adapted-by | Rob Jansen |
| Compiler | >=2.5r3 |
Memory Pointers. For fast sequential array read/writes.
If POSTINC2 is not supported, another method is used to provide the
same functionality. Your code should check if defined(mem_pointer2)
before using, otherwise use another method of doing whatever it is
your trying to do. Only works on var arrays not const arrays.
No dependency found
| 18f67j50 | 18f67j50_memory_pointer.jal |