[movitz-cvs] CVS update: ia-x86/alignment.lisp ia-x86/assemble.lisp ia-x86/codec.lisp ia-x86/def-instr.lisp ia-x86/ia-x86-test.lisp ia-x86/ia-x86.lisp ia-x86/inline-data.lisp ia-x86/instr-add.lisp ia-x86/instr-and-or.lisp ia-x86/instr-bit.lisp ia-x86/instr-branch.lisp ia-x86/instr-cmp.lisp ia-x86/instr-fpu.lisp ia-x86/instr-misc.lisp ia-x86/instr-mmx.lisp ia-x86/instr-mov.lisp ia-x86/instr-mul-div.lisp ia-x86/instr-push-pop.lisp ia-x86/instr-shift.lisp ia-x86/instr-simd.lisp ia-x86/instr-string.lisp ia-x86/instr-sub.lisp ia-x86/operands.lisp ia-x86/packages.lisp ia-x86/postload.lisp ia-x86/prefixes.lisp ia-x86/proglist.lisp ia-x86/read.lisp ia-x86/registers.lisp ia-x86/symtab.lisp ia-x86/system.lisp ia-x86/utilities.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Fri Jan 16 11:54:16 UTC 2004


Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv30013

Modified Files:
	alignment.lisp assemble.lisp codec.lisp def-instr.lisp 
	ia-x86-test.lisp ia-x86.lisp inline-data.lisp instr-add.lisp 
	instr-and-or.lisp instr-bit.lisp instr-branch.lisp 
	instr-cmp.lisp instr-fpu.lisp instr-misc.lisp instr-mmx.lisp 
	instr-mov.lisp instr-mul-div.lisp instr-push-pop.lisp 
	instr-shift.lisp instr-simd.lisp instr-string.lisp 
	instr-sub.lisp operands.lisp packages.lisp postload.lisp 
	prefixes.lisp proglist.lisp read.lisp registers.lisp 
	symtab.lisp system.lisp utilities.lisp 
Log Message:
Removed non-ASCII characters.
Date: Fri Jan 16 06:54:14 2004
Author: ffjeld

Index: ia-x86/alignment.lisp
diff -u ia-x86/alignment.lisp:1.1.1.1 ia-x86/alignment.lisp:1.2
--- ia-x86/alignment.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/alignment.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
-;;;;    Copyright (C) 2001-2002, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Copyright (C) 2001-2002, 2004, 
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Apr 10 12:47:08 2002
 ;;;;                
-;;;; $Id: alignment.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: alignment.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -25,10 +25,10 @@
   (ecase (first (alignment-type alignment))
     (:code
      ;; For optimal performance across the Intel Architecture family, it is recommended that:
-     ;; ·  Loop entry labels should be 16-byte aligned when less than eight bytes away from a
+     ;; *  Loop entry labels should be 16-byte aligned when less than eight bytes away from a
      ;;    16-byte boundary.
-     ;; ·  Labels that follow a conditional branch should not be aligned.
-     ;; ·  Labels that follow an unconditional branch or function call should be 16-byte aligned
+     ;; *  Labels that follow a conditional branch should not be aligned.
+     ;; *  Labels that follow an unconditional branch or function call should be 16-byte aligned
      ;;    when less than eight bytes away from a 16-byte boundary.
      (ecase (second (alignment-type alignment))
        (:loop


Index: ia-x86/assemble.lisp
diff -u ia-x86/assemble.lisp:1.1.1.1 ia-x86/assemble.lisp:1.2
--- ia-x86/assemble.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/assemble.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-assemble.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Thu May 25 14:30:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: assemble.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: assemble.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -18,4 +18,4 @@
 
 (defun read-operand (operand-spec)
   )
-  
\ No newline at end of file
+  


Index: ia-x86/codec.lisp
diff -u ia-x86/codec.lisp:1.1.1.1 ia-x86/codec.lisp:1.2
--- ia-x86/codec.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/codec.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002, 2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      codec.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Thu May  4 15:16:45 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: codec.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: codec.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/def-instr.lisp
diff -u ia-x86/def-instr.lisp:1.1.1.1 ia-x86/def-instr.lisp:1.2
--- ia-x86/def-instr.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/def-instr.lisp	Fri Jan 16 06:54:14 2004
@@ -8,7 +8,7 @@
 ;;;; Created at:    Thu May  4 16:41:20 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: def-instr.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: def-instr.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -444,4 +444,4 @@
 	       (list* form name (rest spec))))
      ',name))
 
-  
\ No newline at end of file
+  


Index: ia-x86/ia-x86-test.lisp
diff -u ia-x86/ia-x86-test.lisp:1.1.1.1 ia-x86/ia-x86-test.lisp:1.2
--- ia-x86/ia-x86-test.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/ia-x86-test.lisp	Fri Jan 16 06:54:14 2004
@@ -7,7 +7,7 @@
 ;; Author:        Nikodemus Siivola
 ;; Created at:    Wed Oct 20 23:13:46 1999
 ;;                
-;; $Id: ia-x86-test.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;; $Id: ia-x86-test.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;                
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 


Index: ia-x86/ia-x86.lisp
diff -u ia-x86/ia-x86.lisp:1.1.1.1 ia-x86/ia-x86.lisp:1.2
--- ia-x86/ia-x86.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/ia-x86.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 200120001999, 2002,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec 17 18:01:26 1999
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: ia-x86.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: ia-x86.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/inline-data.lisp
diff -u ia-x86/inline-data.lisp:1.1.1.1 ia-x86/inline-data.lisp:1.2
--- ia-x86/inline-data.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/inline-data.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-inline-data.lisp
 ;;;; Description:   Objects that represents inline data in assembly listings.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Aug 21 10:35:46 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: inline-data.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: inline-data.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-add.lisp
diff -u ia-x86/instr-add.lisp:1.1.1.1 ia-x86/instr-add.lisp:1.2
--- ia-x86/instr-add.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-add.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-add.lisp
 ;;;; Description:   Addition-related instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Sat Jan 29 20:20:18 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-add.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-add.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-and-or.lisp
diff -u ia-x86/instr-and-or.lisp:1.1.1.1 ia-x86/instr-and-or.lisp:1.2
--- ia-x86/instr-and-or.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-and-or.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-and-or.lisp
 ;;;; Description:   Bitwise boolean operations.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Feb  1 17:39:09 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-and-or.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-and-or.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-bit.lisp
diff -u ia-x86/instr-bit.lisp:1.1.1.1 ia-x86/instr-bit.lisp:1.2
--- ia-x86/instr-bit.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-bit.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-bit.lisp
 ;;;; Description:   Bit operations.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Feb  1 20:03:30 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-bit.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-bit.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-branch.lisp
diff -u ia-x86/instr-branch.lisp:1.1.1.1 ia-x86/instr-branch.lisp:1.2
--- ia-x86/instr-branch.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-branch.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-branch.lisp
 ;;;; Description:   Branch instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Feb  1 15:05:51 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-branch.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-branch.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-cmp.lisp
diff -u ia-x86/instr-cmp.lisp:1.1.1.1 ia-x86/instr-cmp.lisp:1.2
--- ia-x86/instr-cmp.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-cmp.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-cmp.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Sat Jan 29 20:57:45 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-cmp.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-cmp.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -68,4 +68,4 @@
   (:r #x0fb1 (r32 r/m32) :operand-mode :32-bit))
 
 (def-instr cmpxchg8b (cmpxchg) 
-  (:digit (#x0fc7 1) 0 (m64) :indirect t))
\ No newline at end of file
+  (:digit (#x0fc7 1) 0 (m64) :indirect t))


Index: ia-x86/instr-fpu.lisp
diff -u ia-x86/instr-fpu.lisp:1.1.1.1 ia-x86/instr-fpu.lisp:1.2
--- ia-x86/instr-fpu.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-fpu.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-fpu.lisp
 ;;;; Description:   FPU operations
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue May  2 10:06:12 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-fpu.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-fpu.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-misc.lisp
diff -u ia-x86/instr-misc.lisp:1.1.1.1 ia-x86/instr-misc.lisp:1.2
--- ia-x86/instr-misc.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-misc.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-misc.lisp
 ;;;; Description:   Miscellaneous x86 instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Jan 28 19:25:27 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-misc.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-misc.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-mmx.lisp
diff -u ia-x86/instr-mmx.lisp:1.1.1.1 ia-x86/instr-mmx.lisp:1.2
--- ia-x86/instr-mmx.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-mmx.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-mmx.lisp
 ;;;; Description:   MMX instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Aug  2 14:26:16 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-mmx.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-mmx.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-mov.lisp
diff -u ia-x86/instr-mov.lisp:1.1.1.1 ia-x86/instr-mov.lisp:1.2
--- ia-x86/instr-mov.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-mov.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000, 2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-mov.lisp
 ;;;; Description:   MOV instructions
@@ -9,7 +9,7 @@
 ;;;; Created at:    Thu Jan 27 14:43:05 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-mov.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-mov.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-mul-div.lisp
diff -u ia-x86/instr-mul-div.lisp:1.1.1.1 ia-x86/instr-mul-div.lisp:1.2
--- ia-x86/instr-mul-div.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-mul-div.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000, 2002,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-mul-div.lisp
 ;;;; Description:   Multiplication and division instructions
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Jan 31 21:12:11 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-mul-div.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-mul-div.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-push-pop.lisp
diff -u ia-x86/instr-push-pop.lisp:1.1.1.1 ia-x86/instr-push-pop.lisp:1.2
--- ia-x86/instr-push-pop.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-push-pop.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-push-pop.lisp
 ;;;; Description:   Stack instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Jan 31 20:28:50 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-push-pop.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-push-pop.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-shift.lisp
diff -u ia-x86/instr-shift.lisp:1.1.1.1 ia-x86/instr-shift.lisp:1.2
--- ia-x86/instr-shift.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-shift.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-shift.lisp
 ;;;; Description:   Shifting operations
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue May  2 10:56:33 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-shift.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-shift.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-simd.lisp
diff -u ia-x86/instr-simd.lisp:1.1.1.1 ia-x86/instr-simd.lisp:1.2
--- ia-x86/instr-simd.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-simd.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-simd.lisp
 ;;;; Description:   Streaming SIMD instructions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Thu Aug  3 18:15:02 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-simd.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-simd.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-string.lisp
diff -u ia-x86/instr-string.lisp:1.1.1.1 ia-x86/instr-string.lisp:1.2
--- ia-x86/instr-string.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-string.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-instr-string.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue May  2 11:20:22 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-string.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-string.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/instr-sub.lisp
diff -u ia-x86/instr-sub.lisp:1.1.1.1 ia-x86/instr-sub.lisp:1.2
--- ia-x86/instr-sub.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/instr-sub.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000-2002,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      instr-sub.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Feb  1 14:16:58 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: instr-sub.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: instr-sub.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/operands.lisp
diff -u ia-x86/operands.lisp:1.1.1.1 ia-x86/operands.lisp:1.2
--- ia-x86/operands.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/operands.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      operands.lisp
 ;;;; Description:   Operand representation.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Feb 16 14:02:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: operands.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: operands.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/packages.lisp
diff -u ia-x86/packages.lisp:1.1 ia-x86/packages.lisp:1.2
--- ia-x86/packages.lisp:1.1	Tue Jan 13 06:04:33 2004
+++ ia-x86/packages.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      packages.lisp
 ;;;; Description:   Operand representation.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Feb 16 14:02:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: packages.lisp,v 1.1 2004/01/13 11:04:33 ffjeld Exp $
+;;;; $Id: packages.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/postload.lisp
diff -u ia-x86/postload.lisp:1.2 ia-x86/postload.lisp:1.3
--- ia-x86/postload.lisp:1.2	Wed Jan 14 17:22:30 2004
+++ ia-x86/postload.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2003-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      postload.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Jan 31 16:33:23 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: postload.lisp,v 1.2 2004/01/14 22:22:30 ffjeld Exp $
+;;;; $Id: postload.lisp,v 1.3 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/prefixes.lisp
diff -u ia-x86/prefixes.lisp:1.1.1.1 ia-x86/prefixes.lisp:1.2
--- ia-x86/prefixes.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/prefixes.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      prefixes.lisp
 ;;;; Description:   X86 Instruction prefixes.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Aug 15 22:34:30 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: prefixes.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: prefixes.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/proglist.lisp
diff -u ia-x86/proglist.lisp:1.1.1.1 ia-x86/proglist.lisp:1.2
--- ia-x86/proglist.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/proglist.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002, 2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      proglist.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon May 15 13:43:55 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: proglist.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: proglist.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -353,4 +353,4 @@
   (loop for oc on octet-list by #'cddr
       collect (let ((msb (first oc))
 		    (lsb (or (second oc) 0)))
-		(dpb lsb (byte 8 8) msb))))
\ No newline at end of file
+		(dpb lsb (byte 8 8) msb))))


Index: ia-x86/read.lisp
diff -u ia-x86/read.lisp:1.1.1.1 ia-x86/read.lisp:1.2
--- ia-x86/read.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/read.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
-;;;;    Copyright (C) 20012000, 2002-2003,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Copyright (C) 2000-2004,
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      read.lisp
 ;;;; Description:   Functions for reading assembly expressions.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Jul 31 13:54:27 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: read.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: read.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/registers.lisp
diff -u ia-x86/registers.lisp:1.1.1.1 ia-x86/registers.lisp:1.2
--- ia-x86/registers.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/registers.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-registers.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Aug  1 10:24:59 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: registers.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: registers.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: ia-x86/symtab.lisp
diff -u ia-x86/symtab.lisp:1.1.1.1 ia-x86/symtab.lisp:1.2
--- ia-x86/symtab.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/symtab.lisp	Fri Jan 16 06:54:14 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2000,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      ia-x86-symtab.lisp
 ;;;; Description:   Assembly symbolic lookups.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Aug 22 10:01:38 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: symtab.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: symtab.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -49,4 +49,4 @@
   (acons label value symtab))
 
 (defun symtab-collapse-frames (symtab)
-  symtab)
\ No newline at end of file
+  symtab)


Index: ia-x86/system.lisp
diff -u ia-x86/system.lisp:1.1.1.1 ia-x86/system.lisp:1.2
--- ia-x86/system.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/system.lisp	Fri Jan 16 06:54:14 2004
@@ -1,14 +1,14 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
 ;;    Copyright (C) 19991998,
-;;    Department of Computer Science, University of Tromsø, Norway
+;;    Department of Computer Science, University of Tromso, Norway
 ;; 
 ;; Filename:      Defsystem.lisp
 ;; Description:   ACL defsystem calls relates files to eachother.
 ;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;; Created at:    Wed Oct 20 23:13:46 1999
 ;;                
-;; $Id: system.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;; $Id: system.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;                
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 


Index: ia-x86/utilities.lisp
diff -u ia-x86/utilities.lisp:1.1.1.1 ia-x86/utilities.lisp:1.2
--- ia-x86/utilities.lisp:1.1.1.1	Mon Jan 12 10:23:55 2004
+++ ia-x86/utilities.lisp	Fri Jan 16 06:54:14 2004
@@ -8,7 +8,7 @@
 ;;;; Created at:    Sun Nov  2 14:51:21 EET 2003
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: utilities.lisp,v 1.1.1.1 2004/01/12 15:23:55 ffjeld Exp $
+;;;; $Id: utilities.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 





More information about the Movitz-cvs mailing list