I'm porting for C166 microcontrollers. It supports 24 bit addresses, but as I know, GCC does not support segmented memory, which is devided into many pages.
C166 has four page of addressed, each page has a 16 bit address space. The selection of which page to use is controlled by for DPP register. So is it possibe in GCC to use all of 24 bit addressed of C166 ? THank you very much.