mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-29 20:49:19 +00:00
50 lines
885 B
Plaintext
50 lines
885 B
Plaintext
;
|
|
; File: FP020.a
|
|
;
|
|
; Contains: xxx put contents here xxx
|
|
;
|
|
; Written by: xxx put writers here xxx
|
|
;
|
|
; Copyright: © 1990 by Apple Computer, Inc., all rights reserved.
|
|
;
|
|
; This file is used in these builds: Mac32
|
|
;
|
|
; Change History (most recent first):
|
|
;
|
|
; Terror Change History:
|
|
;
|
|
; <1> 11/14/90 BG Added to BBS for the first time.
|
|
;
|
|
; To Do:
|
|
;
|
|
|
|
|
|
;-----------------------------------------------------------------------
|
|
;
|
|
; SANE PACK 4 (basic floating-point operations) for MC68020 and beyond
|
|
; platforms with no FPU.
|
|
;
|
|
; Copyright Apple Computer Inc., 1983, 1984,1985, 1989, 1990
|
|
;
|
|
;-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
MACHINE MC68020
|
|
|
|
|
|
BLANKS ON
|
|
STRING ASIS
|
|
|
|
INCLUDE 'Traps.a'
|
|
INCLUDE 'SANEMacs.a'
|
|
INCLUDE 'FPEQUS.a'
|
|
INCLUDE 'FPCTRL.a' ; entry point FP020 here
|
|
INCLUDE 'FPOPS.a'
|
|
INCLUDE 'FPBD.a'
|
|
|
|
ENDP
|
|
|
|
END
|