#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.5 1992/12/01 22:07:02 gjr Exp $
+$Id: compiler.pkg,v 1.6 1993/02/25 02:18:00 gjr Exp $
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
This software was developed at the Digital Equipment Corporation
Cambridge Research Laboratory. Permission to copy this software, to
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
fits-in-16-bits-signed?
fits-in-16-bits-unsigned?
top-16-of-32-bits-only?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.42 1992/11/18 03:46:42 gjr Exp $
+$Id: compiler.pkg,v 1.43 1993/02/25 02:16:04 gjr Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
lap-generator/match-rtl-instruction
lap:make-entry-point
lap:make-label-statement
(export (compiler top-level)
assemble))
+#|
(define-package (compiler disassembler)
(files "machines/bobcat/dassm1"
"machines/bobcat/dassm2"
dbg-info/labels
dbg-label/external?
dbg-label/name
- dbg-labels/find-offset))
\ No newline at end of file
+ dbg-labels/find-offset))
+|#
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.14 1992/11/18 03:50:07 gjr Exp $
+$Id: compiler.pkg,v 1.15 1993/02/25 02:15:14 gjr Exp $
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
lap-generator/match-rtl-instruction
lap:make-entry-point
lap:make-label-statement
(export (compiler top-level)
assemble))
+#|
(define-package (compiler disassembler)
(files "machines/i386/dassm1"
"machines/i386/dassm2"
dbg-info/labels
dbg-label/external?
dbg-label/name
- dbg-labels/find-offset))
\ No newline at end of file
+ dbg-labels/find-offset))
+|#
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.12 1992/11/18 03:52:03 gjr Exp $
+$Id: compiler.pkg,v 1.13 1993/02/25 02:16:39 gjr Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
fits-in-16-bits-signed?
fits-in-16-bits-unsigned?
top-16-bits-only?
(export (compiler top-level)
assemble))
+#|
(define-package (compiler disassembler)
(files "machines/mips/mips"
"machines/mips/dassm1"
dbg-info/labels
dbg-label/external?
dbg-label/name
- dbg-labels/find-offset))
\ No newline at end of file
+ dbg-labels/find-offset))
+|#
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.40 1992/11/18 00:46:37 gjr Exp $
+$Id: compiler.pkg,v 1.41 1993/02/25 02:13:10 gjr Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
fits-in-5-bits-signed?
lap-generator/match-rtl-instruction
lap:make-entry-point
(export (compiler top-level)
assemble))
+#|
(define-package (compiler disassembler)
(files "machines/spectrum/dassm1"
"machines/spectrum/dassm2"
dbg-info/labels
dbg-label/external?
dbg-label/name
- dbg-labels/find-offset))
\ No newline at end of file
+ dbg-labels/find-offset))
+|#
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.15 1992/11/18 03:55:27 gjr Exp $
+$Id: compiler.pkg,v 1.16 1993/02/25 02:17:31 gjr Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
)
(parent (compiler))
(export (compiler)
+ available-machine-registers
lap-generator/match-rtl-instruction
lap:make-entry-point
lap:make-label-statement
dbg-label/name
dbg-labels/find-offset))
+#|
(define-package (compiler disassembler macros)
(files "machines/vax/dsyn"
)
(parent (compiler disassembler))
(export (compiler)
disassembler-syntax-table)
- (initialization (initialize-package!)))
\ No newline at end of file
+ (initialization (initialize-package!)))
+|#
\ No newline at end of file