LOAD_EEP#(n) |
Purpose | Return the floating-point data loaded from EEPROM/RAM at address n, |
Examples | A# = LOAD_EEP#(10) |
Comments: | Note that LOAD_EEP# and SAVE_EEP# uses the identical EEPROM
space as LOAD_EEP32 and SAVE_EEP32. For more details please refer to LOAD_EEPXXX commands in the TL6 Programmers Reference manual. Thus, if you are using the EEPROM space to save both integer and float data, you must manage the memory space properly to ensure that this command does not overwrite the memory space reserved for saving 8, 16 or 32-bit integers.. |
See Also | SAVE_EEP# , SAVE_EEP32, LOAD_EEP32 |