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 POSTINC0 is not supported, another method is used to provide the same functionality. Your code should check if defined(mem_pointer0) 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