PDA

View Full Version : Using large lookup tables



speck
- 16th April 2006, 14:00
How can I move (and access) large lookup tables into codespace memory rather than using DATA & READ statements to access them from eeprom memory?

Thanks!

DynamoBen
- 16th April 2006, 16:30
You could use the LOOKUP command, this would place the data in codespace.

paul borgmeier
- 16th April 2006, 17:37
See methods by Melanie, et al. at

http://www.picbasic.co.uk/forum/showthread.php?t=137

Paul Borgmeier
Salt Lake City, Utah
USA

speck
- 16th April 2006, 21:40
Thanks for the replies!