home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / fp_prog / !FP_Prog / !Help < prev    next >
Encoding:
Text File  |  1993-07-21  |  1.0 KB  |  28 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
  5. !FP_Prog, will produce a dialogue box containing a file icon for the Basic
  6. program FPEv10. The program is basically a collection of functions and
  7. procedures to add the floating-point instruction set to the Basic assembler.
  8.  
  9. To use the functions, add FPEv10 to the end of your program. Call
  10. PROC_fp_init at the start of your program. To include a floating point
  11. instruction in the assembly language section, use a line of the form: EQUD
  12. FNdecode("LDFALE float,[address]") Note that the condition code is required
  13. even if it is 'AL'.
  14.  
  15. For more information, load FPEv10 and type:
  16.  
  17. PROChelp_fpe for help on the program
  18.  
  19. PROChelp_prec for help on PRECISION options
  20.  
  21. PROChelp_round for help on ROUNDING options
  22.  
  23. PROChelp_const for help on CONSTANT options
  24.  
  25. PROChelp_opc("OPC") for help on specific OPCODES, where OPC is a 3 letter
  26. opcode, e.g. LDF,POW,CME (or ALL for full details). Note: PROC_fp_init MUST
  27. be called before this help routine is used.
  28.