[comp.os.minix] assemblers supported by the new 386 compiler

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (01/09/91)

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.