Code memory space (FLASH) access/modify functions functions are provided in the libraries
LIB/flash_lib.bas
|
FLASH_read
|
Read binary value of 14 bit instruction word held in code memory
|
FLASH_write
|
Write binary value to 14 bit instruction word held in code memory
|
FLASH_read_char
|
Read 7 bit packed character from 14 bit instruction word held in code memory
|
FLASH_read_str
|
Read and unpack 7 bit packed character from 14 bit instruction words held in code memory into RAM
|
FLASH_strcmp
|
Compare string of 7 bit packed characters held in code memory with string of 8 bit unpacked characters held in RAM
|
FLASH_write_char
|
Write 7 bit packed character to part of 14 bit instruction word held in code memory
|
FLASH_write_str
|
Write unpacked string from RAM to 7 bit packed character string held in code memory
|