home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / SCI / OTHERS / FPPRO.ZIP / !FP_Prog / !Help next >
Text File  |  1990-03-04  |  1KB  |  16 lines

  1. Floating-Point Instruction Set Library
  2. by TJ Chappell
  3.  
  4. Running this application, either from the menu or by double-clicking on !FP_Prog, will produce a dialogue box containing a file icon for the Basic program FPEv10. The program is basically a collection of functions and procedures to add the floating-point instruction set to the Basic assembler.
  5.  
  6. To use the functions, add FPEv10 to the end of your program. Call PROC_fp_init at the start of your program. To include a floating point instruction in the assembly language section, use a line of the form:
  7. EQUD FNdecode("LDFALE float,[address]")
  8. Note that the condition code is required even if it is 'AL'.
  9.  
  10. For more information, load FPEv10 and type:
  11. PROChelp_fpe for help on the program
  12. PROChelp_prec for help on PRECISION options
  13. PROChelp_round for help on ROUNDING options
  14. PROChelp_const for help on CONSTANT options
  15. PROChelp_opc("OPC") for help on specific OPCODES, where OPC is a 3 letter opcode, e.g. LDF,POW,CME (or ALL for full details). Note: PROC_fp_init MUST be called before this help routine is used.
  16.