Question: Using C compiler can the user access program space in C,
using table write and table read instructions?
Answer: C is by definition not supposed to be able to access the program space as if it
where data. However, you can pass the program address as a parameter to a function
(assembly) that copies the block to true data space.