mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-29 20:49:19 +00:00
27 lines
640 B
Plaintext
27 lines
640 B
Plaintext
;-------------------------------------------------------------------------------
|
|
;
|
|
; Copyright.a
|
|
;
|
|
; Master file for the interfaces which require assembly language glue.
|
|
; This file "includes" the assembly language text for each of the libraries
|
|
; defined in the "Inside Macintosh" documentation.
|
|
;
|
|
; Copyright Apple Computer, Inc. 1984-1993
|
|
; All rights reserved.
|
|
;
|
|
|
|
|
|
blanks on
|
|
string asis
|
|
case obj
|
|
|
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
InterfaceCopyright proc
|
|
dc.b 'MPW Interface.o, 7 March 1990'
|
|
dc.b 'Copyright Apple Computer, Inc. 1984 - 1993'
|
|
|
|
end
|