-- Float.config
-- Copywrite Xerox Corporation 1980
-- This configuration contains what you need to run microcode floating point on an XMesa Alto. You must load and START this configuration (or call RealDefs.InitFloat) before doing any floating point operations.
-- L. Stewart, March 11, 1980 12:02 PM
Float: CONFIGURATION
IMPORTS ImageDefs, MiscDefs, SegmentDefs
EXPORTS RealDefs
CONTROL MicroFloat =
BEGIN
RamLoad;-- EXPORTS RamLoad
uCodeImage;-- EXPORTS uFloatDefs
MicroFloat;-- IMPORTS everything, EXPORTS RealDefs
END.
-- NOTES: uCodeImage.bcd is produced by the TableCompiler from the PackedRamImage Float.br produced by PACKMU.