Want to translate the following code (C51) to ARM
const char code *txt_unidade_forca[] = { "gf ", "kgf", "N ", "lbf", NULL};
In this case both texts and pointers are placed in CODE. How to do this in ARM ?
Sorry Mike, I didn't understand your post for the first time. Now Understood what your mean. Will try and see.