home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1986 / 07 / readme.jul < prev    next >
Text File  |  1986-07-31  |  2KB  |  52 lines

  1.  
  2. CARTER4.JUL
  3.  
  4.     Keywords: CARTER JUL86 FORTH AT SEA
  5.  
  6.     In this unusual application, Forth runs on a COMS version of the 6805 chip.
  7.     This implementaion demonstrates just how compact a Forth Kernel can get.
  8.     By Everett Carter; DDJ July '86.
  9.  
  10. D16BIT.JUL
  11.  
  12.     Keywords: DUNCAN JUL86/ FORTH /EMS/ AUG86
  13.  
  14.     This file contains some simple definitions to allocate Expanded Memory
  15.     space and use it for word arrays.(Listing from 16bit-toolbox column;
  16.     Aug '86 )
  17.  
  18. LETTERS.JUL
  19.  
  20.     Keywords: PIRKO JUL86 LETTERS BASIC CAMPBELL SQUARE ROOT
  21.  
  22.     Listing 1 - Square root algorithm,plus code to benchmark and test it .
  23.     Listing 2 - BASIC program to test if a formula makes good square root
  24.     guesses.
  25.     Listing 3 - a version of said algorithm for 320XX floating point systems.
  26.     By Robert Pirko, from his letter presenting a different approach to
  27.     R. Campbell's  computing of interger square roots (Right to Assemble MAR86)
  28.     DDJ July '86 (LETTERS section).
  29.  
  30. SHAW.JUL
  31.  
  32.     Keywords: SHAW JUL86 FORTH 83 STANDARD
  33.  
  34.     These listings contain the substance of a new standard control structures
  35.     for Forth proposed by the author. These extensions to the Forth - 83
  36.     standard would alleviate some deficiencies and improve the usefulness of
  37.     the language. By George W. Shaw II; DDJ July.
  38.  
  39. TOOLS4.JUL
  40.  
  41.     Keywords: HAM JUL86 FORTH TINY TOOLS ARRAY DEFINING
  42.  
  43.     Miscellaneous tools and a series of array-defining words. From the
  44.     Structured Languages column by Mike Ham. July,1986.
  45.  
  46. WINDOW4.JUL
  47.  
  48.     Keywords: LINDLEY JUL86 FORTH WINDOWS
  49.  
  50.     A set of Forth-83 words that allow you to create and manipulate overlapping
  51.     text windows on the screen of your PC. By Craig A. Lindley. July,1986.
  52.