Hi All, I am trying to create a very large look-up table using a PIC1F684 (or something of the same family if needed like a 1824). I am writing in .asm
The table will consist of 3 input variables (I'll call them X, Y and Z), and from these 3 values which all range from 0x00 to 0xFF, there will be 700 possible outputs (I'll call them A and B).
I need to basically read each X, Y and Z (all 0xFF) and determine the output (0 to 700) that the 3 inputs match up to.
What is the best and most efficient way of doing a table like this? EEPROM?
The table will consist of 3 input variables (I'll call them X, Y and Z), and from these 3 values which all range from 0x00 to 0xFF, there will be 700 possible outputs (I'll call them A and B).
I need to basically read each X, Y and Z (all 0xFF) and determine the output (0 to 700) that the 3 inputs match up to.
What is the best and most efficient way of doing a table like this? EEPROM?