Hi all: I have a memory area fill will 0x90(NOP). This area is allocated by the linker. I want to transfer this area into a char array. I have already known the size of this area and the beginning address with the label MY_AREA. I mean, the char array looks like "char my_area[THE_SIZE_OF_THIS_AREA];", and how to use the label MY_AREA and ...