Source position: MacTypes.pas line 394
type Float80 = record
exp: SInt16;
man: array [0..3] of UInt16;
end;