Path: utzoo!attcan!uunet!samsung!usc!elroy.jpl.nasa.gov!ames!haven!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: C68/ACK interworking Message-ID: <21215@nigel.udel.EDU> Date: 6 Jun 90 14:31:19 GMT Sender: mmdf@udel.EDU Lines: 13 The question if c68 and ACK-compiled stuff can be intermixed reached me and this is perhaps of general interest, so I post the answer. 1.) The calling conventions are the same 2.) The compiler scratch registers are the same: th (The MINIX version of) c68 uses d0-d1/a0-a2 as scratch registers Conclusion: No problem to mix C68 and ACK-generated code in any way. Of course, the objects are compatible since the C68 output is processed by the ACK assembler etc. C.v.W.