Quote Originally Posted by dmantione
That depends on the cpu word size. If the datatype that overflows matches the cpu word size it starts over. If it doesn't match you get an illegal value.
So you mean that Free Pascal does not "start over" Byte and Word-types on a Intel32 cpu?