Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!mcvax!cernvax!acadch!impch!amsoft!claudio From: claudio@amsoft.UUCP (Claudio Nieder) Newsgroups: comp.lang.modula2 Subject: Re: WriteInt(-32768, n) Message-ID: <0061.AA0061@amsoft> Date: 21 Apr 89 22:56:18 GMT Followup-To: comp.lang.modula2 Lines: 22 Expires: Keywords: Distribution: I have compiled MODULE t; FROM InOut IMPORT WriteHex, WriteInt, WriteLn; VAR i:INTEGER; BEGIN i:=-32768; WriteHex(i,8); WriteInt(i,7); WriteLn; END t. with M2Amiga V3.2, and the result is: FFFF8000 -32768 -- claudio UUCP: claudio@forty2 BITNET: k538912@CZHRZU1A Claudio Nieder, Kanalweg 1, 8610 Uster, Switzerland