large_array_1

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_1
Use "alias new_array_name is large_array_1" 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

Here are the list of samples which use this library:

18f14k5018f14k50_large_array.jal
18f245018f2450_large_array.jal
18f252018f2520_large_array.jal
18f255018f2550_large_array.jal
18f262018f2620_large_array.jal
18f45218f452_large_array.jal
18f455018f4550_large_array.jal
18f462018f4620_large_array.jal
18f67j5018f67j50_large_array.jal