memory_pointer2

Memory Pointers (indirect registers)

Author Matthew Schinkel - borntechi.com, copyright © 2009..2020, all rights reserved.
Adapted-by Rob Jansen
Compiler >=2.5r3

Description

Memory Pointers. For fast sequential array read/writes.


Notes

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.


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

18f67j5018f67j50_memory_pointer.jal