This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how does GCC support 24 bit addresses on 16 bit targets ?


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.


      


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]