large_array_4

Large Array library

Author Matthew Schinkel - borntechi.com, copyright © 2009, all rights reserved.
Adapted-by
Compiler >=2.4l

Description

This is library for creating an array that take up more then
             256 bytes memory. Tested on 18F devices only.


Notes

Supports byte array with up to 2048 entries
Supports word array with up to 1024 entries
Supports dword array with up to 512 entries
Creates an array named large_array_4
Use "alias new_array_name is large_array_4" to rename the array
Small sample of how this lib was created at bottom of lib.


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

No sample found