Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!olivea!decwrl!mcnc!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: assemblers supported by the new 386 compiler Message-ID: <41130@nigel.ee.udel.edu> Date: 9 Jan 91 02:05:58 GMT Sender: mmdf@ee.udel.edu Lines: 14 The question arose which assemblers are supported by c386, the i386 compiler I posted yesterday. Module out386_sun.c is tested on a Sun386i Workstation, but it is suitable for GNU GAS with one exception: The opcode for copying strings, used by c386 to copy structs, reads "smov" for Sun, "movs" for GAS. This is the opcode for op_smov NOTE: for INTEL-type assemblers, note to put the destination first, the source second. C.v.W.