Awdgsx,
What is your question? What do you need help with?
Robert
Awdgsx,
What is your question? What do you need help with?
Robert
"No one is completely worthless. They can always serve as a bad example."
Anonymous
well the first one is how do I store a table into the flash memory instead of the EEPROM
Use the WRITECODE and READCODE commands. These commands cannot be used in all the chips. Refer to the manual for more info.
"No one is completely worthless. They can always serve as a bad example."
Anonymous
See:
Making Program Code Space your playground...
http://www.picbasic.co.uk/forum/showthread.php?t=137
Thank you Melanie!
Ohm it's not just a good idea... it's the LAW !
I would do something around some in the following
http://www.picbasic.co.uk/forum/showthread.php?t=1999&
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
So like this for my table..
Code:WRITECODE 16384 , 1011 WRITECODE 16385 , 2014 WRITECODE 16386 , 3014 WRITECODE 16386 , 4050
Bookmarks