From owner-cvs-all Tue May 9 18:33:56 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1014837B90B; Tue, 9 May 2000 18:33:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c03-066.006.popsite.net [216.126.136.64] (may be forged)) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id SAA29958; Tue, 9 May 2000 18:33:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA88011; Tue, 9 May 2000 18:33:46 -0700 (PDT) (envelope-from obrien) Date: Tue, 9 May 2000 18:33:46 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 exception.s locore.s support.s src/sys/i386/isa apic_vector.s icu_vector.s Message-ID: <20000509183346.A87993@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <200005100124.SAA65223@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005100124.SAA65223@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, May 09, 2000 at 06:24:23PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 09, 2000 at 06:24:23PM -0700, David E. O'Brien wrote: > 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit > operands. `movw' could be used, but instead let the assembler decide > the right instruction to use. > 2. AT&T asm syntax requires a leading '*' in front of the operand for > indirect calls and jumps. Reviewed by: jhb (parts) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message