Update of /project/movitz/cvsroot/ia-x86 In directory common-lisp.net:/tmp/cvs-serv17092
Modified Files: instr-and-or.lisp Log Message: Minor edits.
Date: Mon Jun 21 00:33:00 2004 Author: ffjeld
Index: ia-x86/instr-and-or.lisp diff -u ia-x86/instr-and-or.lisp:1.2 ia-x86/instr-and-or.lisp:1.3 --- ia-x86/instr-and-or.lisp:1.2 Fri Jan 16 03:54:14 2004 +++ ia-x86/instr-and-or.lisp Mon Jun 21 00:33:00 2004 @@ -1,19 +1,19 @@ ;;;;------------------------------------------------------------------ ;;;; -;;;; Copyright (C) 20012000, +;;;; Copyright (C) 2001-2004, ;;;; Department of Computer Science, University of Tromso, Norway ;;;; -;;;; Filename: ia-x86-instr-and-or.lisp +;;;; Filename: instr-and-or.lisp ;;;; Description: Bitwise boolean operations. ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Tue Feb 1 17:39:09 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: instr-and-or.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $ +;;;; $Id: instr-and-or.lisp,v 1.3 2004/06/21 07:33:00 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
-(in-package "IA-X86-INSTR") +(in-package #:ia-x86-instr)
;;; ---------------------------------------------------------------- ;;; AND [IISR page 11-64]