Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: ACK bug (may be ST only) Message-ID: <51916@nigel.ee.udel.edu> Date: 26 Apr 91 07:54:15 GMT Sender: usenet@ee.udel.edu Lines: 12 Overflows when doing constant optimization is a mess -- I think c68 may well have problems with this, too. Stripping everything to 16 bits might be a solution, but causes unwanted results in other places. Stripping it to 16 bits when shipping out the assembler statement should be OK in all cases since all the constant terms are collected in a single additive term when folding such a constant. .. have to try this with c68 .. C.v.W>