Path: utzoo!attcan!uunet!decwrl!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Error in ST MINIX assembler Message-ID: <32873@nigel.ee.udel.edu> Date: 9 Oct 90 14:09:54 GMT Sender: mmdf@ee.udel.edu Lines: 4 It is clear to me what the source of the error is: an 'int' where a 'long' belongs. On a Sun, ints really are longs, so the error does not occur. C.v.W.