home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************************
- * LEGAL NOTICE
- *
- * This program is copyright 1990 by Jeff Lavin. All rights are reserved.
- * This program is not public domain or freely redistributable. As a
- * purchaser of ReSource, you may use this program, but you may not sell,
- * give, or lend copies to anyone.
- *
- * This code is provided for demonstration purposes only without Warrantee of
- * any kind, either expressed or implied. The entire risk as to the results
- * of performance is assumed by you. In no event shall the author or
- * The Puzzle Factory, Inc. be liable for direct or consequential damages
- * resulting from the use of this program.
- *
- * By using this program you indicate your acceptance of these terms.
- *****************************************************************************
-
- Documentation for Cube.rs
- =========================
- This file is included in order to give you a modest example program that
- shows a number of the new floating-point features in ReSource.
-
- This example program includes the following floating-point features:
-
- * Immediate floating-point data (fdiv.s #)
- * Static floating-point data (dc.s)
- * BSS floating-point variables (dx.s)
- * Commented FPU ROM value notation
-
- In addition, we hope it is a good example of using the annotation features
- built into ReSource to make a disassembly look good, if you care about this
- sort of thing.
-
- We also think that the program is fun to play with.
-