Update of /project/movitz/cvsroot/ia-x86 In directory common-lisp.net:/tmp/cvs-serv16984
Modified Files: instr-add.lisp Log Message: Minor edits.
Date: Mon Jun 21 00:32:56 2004 Author: ffjeld
Index: ia-x86/instr-add.lisp diff -u ia-x86/instr-add.lisp:1.2 ia-x86/instr-add.lisp:1.3 --- ia-x86/instr-add.lisp:1.2 Fri Jan 16 03:54:14 2004 +++ ia-x86/instr-add.lisp Mon Jun 21 00:32:56 2004 @@ -1,6 +1,6 @@ ;;;;------------------------------------------------------------------ ;;;; -;;;; Copyright (C) 20012000, 2003, +;;;; Copyright (C) 2001-2004, ;;;; Department of Computer Science, University of Tromso, Norway ;;;; ;;;; Filename: instr-add.lisp @@ -9,11 +9,11 @@ ;;;; Created at: Sat Jan 29 20:20:18 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: instr-add.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $ +;;;; $Id: instr-add.lisp,v 1.3 2004/06/21 07:32:56 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
-(in-package "IA-X86-INSTR") +(in-package #:ia-x86-instr)
;;; ---------------------------------------------------------------- ;;; ADD [IISR page 11-22]