Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11@pucc.princeton.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: c386 Message-ID: <42298@nigel.ee.udel.edu> Date: 21 Jan 91 09:19:19 GMT Sender: mmdf@ee.udel.edu Lines: 12 1.) the 'char reg' ''bug'' has been reported to me by bruce long ago and is fixed. I replaced it by short, but I do not mind replacing it by 'int' The story is that I wanted to check how much memory can be saved using such dirty tricks and I found that it is very little, since most of the memory are really pointers. 2.) The assembler output is not Sun-specific. With two #defines (concerning the smov/movs opcode and the semantics of the .align directive), the output is suitable for the GAS assembler as well. C.v.W.