From owner-freebsd-hackers Sat Aug 31 16:54:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA25043 for hackers-outgoing; Sat, 31 Aug 1996 16:54:28 -0700 (PDT) Received: from uucp.DK.net (uucp@uucp.DK.net [193.88.44.47]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA25038 for ; Sat, 31 Aug 1996 16:54:25 -0700 (PDT) Received: from pingnet (uucp@localhost) by uucp.DK.net (8.6.12/8.6.12) with UUCP id BAA04775 for freebsd-hackers@freebsd.org; Sun, 1 Sep 1996 01:54:23 +0200 Received: from kyklopen by ic1.ic.dk with UUCP id AA17442 (5.65c8/IDA-1.4.4j for freebsd-hackers@freebsd.org); Sun, 1 Sep 1996 01:42:48 +0200 Received: from localhost (staff@localhost) by kyklopen.ping.dk (8.7.5/8.7.3) with SMTP id BAA03714 for ; Sun, 1 Sep 1996 01:41:01 +0200 (MET DST) Date: Sun, 1 Sep 1996 01:41:01 +0200 (MET DST) From: Thomas Sparrevohn X-Sender: staff@kyklopen To: freebsd-hackers@freebsd.org Subject: movsbw question Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Charset: ISO_8859-1 X-Char-Esc: 29 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The pgcc uses the movsbw instruction with a 32 bit oprand and according to my old i486 assembler book the instraction takes a "r32" oprand but "as" says it take a reg16 operand. Now what is right? -- Thomas