BuildCubeE/BootableMPW/AutoQuit Info/AutoQuit.a
2018-11-06 08:11:48 +08:00

26 lines
666 B
Plaintext

; AutoQuit.a
;
; Copyright (C) 2004 Paul Pratt
;
; You can redistribute this file and/or modify it under the terms
; of version 2 of the GNU General Public License as published by
; the Free Software Foundation. You should have received a copy
; of the license along with this file; see the file COPYING.
;
; This file is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; license for more details.
AutoQuit MAIN EXPORT
BLANKS ON
STRING ASIS
IMPORT MyStart : CODE
JMP MyStart ; call linked C function
ENDMAIN
END