Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ncar!gatech!purdue!haven!cs.wvu.wvnet.edu!schiebel From: schiebel@cs.wvu.wvnet.edu (Darrell Schiebel) Newsgroups: comp.unix.aux Subject: "movem.l" in AU/X's "as" Keywords: as Message-ID: <1462@h.cs.wvu.wvnet.edu> Date: 19 Apr 91 03:24:15 GMT Organization: WVU Statistics and Computer Science Lines: 25 The assembly mnemonic in the "as" assembler with A/UX has the following syntax: movem.l EA, &I or movem.l &I, EA The only information for this instruction sayes: "The immediate operand is a mask designating which registers are to be moved to memory, or which are to receive memory data. Not all addressing modes are permitted, and the correspondence between mask bits and register numbers depends on the addressing mode." I can find no information about what the mask looks like. The code I'm tring to port is in HP/UX format: movem.l %d6-%d7/%a0-%a4,8(%a5) I'd really appreciate it if someone could give me some pointers. Darrell Schiebel (schiebel@a.cs.wvu.wvnet.edu) (drs@baks.bell-atl.com)