mac-rom/Toolbox/InSANE/FP020.a
Elliot Nunn 4325cdcc78 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 09:52:23 +08:00

50 lines
884 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