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]

Re: size of int 24


On Sun, Oct 29, 2000 at 10:26:52PM -0800, brahmaiah vallabhaneni wrote:
>   1)  Can I have gcc for a machine
> where integers are 24 bit long ??

Yes, though it's not fantastic.  See for example the
mn10200 port which has 24-bit address registers.

>    If so in which mode should I access them  ??
>  (SI,PSI  ??)

PSI.

>   2) Can I change the mode sizes in gcc
>      (machmode.def)   ??

No.


r~

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