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