Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!osu-cis!att-cb!clyde!rutgers!iuvax!pur-ee!uiucdcs!uiucdcsp!gillies From: gillies@uiucdcsp.cs.uiuc.edu Newsgroups: comp.sys.mac.programmer Subject: Re: (Very) Long Multiplies Message-ID: <104700011@uiucdcsp> Date: 20 Mar 88 04:08:00 GMT References: <11318@duke.cs.duke.edu> Lines: 12 Nf-ID: #R:duke.cs.duke.edu:11318:uiucdcsp:104700011:000:534 Nf-From: uiucdcsp.cs.uiuc.edu!gillies Mar 19 22:08:00 1988 <- That's a very good suggestion, hand assemblying the 68020 code. If you're worried about this, borrow someone's 68020 assembler (MPW or otherwise, maybe not even macintosh-based), and write the MUL.L instructions you want. The assemble the code and get a listing. Write down the hex and take it back to LightspeedC, and stuff it in an asm { } using constant-word expressions. This technique is nice because you hardly have to think at all.... Don Gillies {ihnp4!uiucdcs!gillies} U of Illinois {gillies@p.cs.uiuc.edu}