Re: A89: int vs. short int


[Prev][Next][Index][Thread]

Re: A89: int vs. short int




Hi!

| Yes on 16bit systems like 68k int and short is the same size

How are 16 bit systems defined?  A processor register is 32 bits in the
M68k, but it seems that multiplication and division instructions exist for
at most 16 bit values.

The default in GCC is actually to make 'int' 32 bits wide if compiling for
an M68k processor.

Bye,
Sebastian




Follow-Ups: References: