home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / AMD287.ZIP / ENGLISH.TRN < prev    next >
Encoding:
Text File  |  1990-03-07  |  7.6 KB  |  221 lines

  1. ~ENGLISH.TRN~<- Name of this file
  2.        NOTE: This MUST agree with the name coded into the
  3.          AMDSTART.TXT file
  4. ~v0.12~<- Version number of this file
  5.        NOTE: This number MUST agree with the number hard coded into the
  6.          application!
  7. ~92~<- Number of text strings in this file
  8.        NOTE: This number MUST agree with the number hard coded into the
  9.          application!
  10. The following list MUST be in the same order as that of the hard coded application.  Each item is a quoted( 7E[0x7E]) number followed by its quoted text.
  11. Anything after the second quote, but before the end of the line, is ignored.
  12. Although each text string (a line) can be greater than 80 characters, most should not.  (With a few exceptions, which are evident below, most text strings need to fit on one line of the screen).
  13.  
  14. ~1~application_text
  15. ~Run Application List DEMO~
  16. ~2~fractals_text
  17. ~Run Fractals DEMO~
  18. ~3~caddemo_text
  19. ~Run CAD/Shuttle DEMO~
  20. ~4~spreadsheet_text
  21. ~Run Spreadsheet DEMO~
  22. ~5~quit_text
  23. ~Return to DOS~
  24. ~6~mm_title_text
  25. ~MAIN  MENU~
  26. ~7~amd_header_text
  27. ~Advanced Micro Devices Math Coprocessor Demo Disk~
  28. ~8~cursr_dir01_text
  29. ~Use <,> keys to move selector.~
  30. ~9~cursr_dir02_text
  31. ~Press RETURN to activate item selected.~
  32. ~10~fpgm02_text
  33. ~Run HILBERT CURVE program~
  34. ~11~fpgm03_text
  35. ~Run TREE program~
  36. ~12~fpgm04_text
  37. ~Run DRAGON program~
  38. ~13~fpgm05_text
  39. ~Run FERN program~
  40. ~14~fpgm06_text
  41. ~Run JULIA SET program~
  42. ~15~fpgmquit_text
  43. ~Return to MAIN MENU~
  44. ~16~fm_title_text
  45. ~FRACTALS  MENU~
  46. ~17~dir_tomenu_text
  47. ~Press any key to return to the FRACTALS MENU~
  48. ~18~alist_fileerr_text
  49. ~ERROR 400 - unable to read application list file~
  50. ~19~alist_nomem_text
  51. ~ERROR 420 - not enough memory to load application list~
  52. ~20~listcurdir_text
  53. ~Use cursor keys to browse.  Press <ESC> to return to MAIN MENU.~
  54. ~21~listhdr_text
  55. ~Some of the programs to benefit from your AMD 80C287 math coprocessor~
  56. ~22~listtitle_text
  57. ~COMPANY                    SOFTWARE TITLE(s)                      TELEPHONE ~
  58. ~23~esctomainmenu_text
  59. ~Press <ESC> to return to MAIN MENU~
  60. ~24~mathtoggle_text
  61. ~Press RETURN to toggle math coprocessor use~
  62. ~25~interestcalc_text
  63. ~Compound Interest Calculation~
  64. ~26~usingmath_text
  65. ~Using math coprocessor~
  66. ~27~notusingmath_text
  67. ~NOT using math coprocessor~
  68. ~28~badgraphics_text
  69. ~Invalid graphics configuration!  Press any key to exit.~
  70. ~29~no80287_text
  71. ~A math coprocessor was NOT found!
  72. If you installed one, then something is wrong with the installation.
  73.    Press <RETURN> to continue (software will use coprocessor emulator)
  74. or Press <ESC> to return to DOS.~
  75. ~30~esctoterm_text
  76. ~Press <ESC> to return to FRACTALS MENU~
  77. ~31~jinfo01_text
  78. ~This is a fractal curve known as the MANDELBROT SET.
  79. This image takes about 2 HOURS to draw on a 10MHz machine WITH
  80.   a 10MHz math coprocessor!
  81. A JULIA SET will be produced from a point on this image.
  82. It takes about 10 minutes to draw on a 10MHz machine WITH
  83.   a 10MHz math coprocessor;  about 70 minutes WITHOUT
  84.   a math coprocessor!  Press RETURN to continue
  85.   or ESC to return to the FRACTALS MENU.~
  86. ~32~comp_interest_text
  87. ~Do a compound interest calculation~
  88. ~33~depreciation_text
  89. ~Do a depreciation calculation~
  90. ~34~tangents_text
  91. ~Calculate tangents~
  92. ~35~cosines_text
  93. ~Calculate cosines~
  94. ~36~sines_text
  95. ~Calculate sines~
  96. ~37~squareroots_text
  97. ~Calculate square roots~
  98. ~38~arctangents_text
  99. ~Calculate arctangents~
  100. ~39~arccosines_text
  101. ~Calculate arccosines~
  102. ~40~divisions_text
  103. ~Do divisions~
  104. ~41~multiplications_text
  105. ~Do multiplications~
  106. ~42~quitsprdlong_text
  107. ~Return to MAIN MENU~
  108. ~43~sm_title_text
  109. ~SPREADSHEET  MENU~
  110. ~44~tosprdmenu_text
  111. ~Press any key to return to the SPREADSHEET MENU~
  112. ~45~icalc_desc_text
  113. ~This demonstrates the use of the math coprocessor using a compound interest example.  Here the principal is $2000.00 and the annual interest is 9.8%.  The compounding is done hourly.  The formula:
  114. principal = principal + principal * (annual interest)/8760
  115. is calculated 8760 times (365 days x 24 hours)!~
  116. ~46~deprec_desc_text
  117. ~This demonstrates the use of the math coprocessor using a depreciation example.  Here the capital expense is $10,000.00 and the annual depreciation is 4%.  The depreciation is calculated daily.  The formula:
  118. capital expense = capital expense - capital expense * (annual depreciation)/365
  119. is calculated 9125 times (25 years x 365 days)!~
  120. ~47~sin_desc_text
  121. ~Here we do a number of interations of sine calculations;  first WITHOUT the coprocessor then WITH (if present), displaying the elapsed time for each.~
  122. ~48~sqrt_desc_text
  123. ~Here we do a number of interations of square root calculations;  first WITHOUT the coprocessor then WITH (if present), displaying the elapsed time for each.~
  124. ~49~arctan_desc_text
  125. ~Here we do a number of interations of arctangent calculations;  first WITHOUT the coprocessor then WITH (if present), displaying the elapsed time for each.~
  126. ~50~div_desc_text
  127. ~Here we do a number of interations of division calculations;  first WITHOUT the coprocessor then WITH (if present), displaying the elapsed time for each.~
  128. ~51~mult_desc_text
  129. ~Here we do a number of interations of multiplication calculations;  first WITHOUT the coprocessor then WITH (if present), displaying the elapsed time for each.~
  130. ~52~deprec_text
  131. ~Depreciation Calculation~
  132. ~53~sine_text
  133. ~Sine Calculation~
  134. ~54~squareroot_text
  135. ~Square Root Calculation~
  136. ~55~arctangent_text
  137. ~Arctangent Calculation~
  138. ~56~div_text
  139. ~Division Calculation~
  140. ~57~mult_text
  141. ~Multiplication Calculation~
  142. ~58~yes80287_text
  143. ~A math coprocessor WAS found!
  144. All demonstrations will make use of it when desired.
  145.    Press any key to continue.~
  146. ~59~ettime_hdr_text
  147. ~Elasped Time~
  148. ~60~withmath_hdr_text
  149. ~WITH the coprocessor~
  150. ~61~withoutmath_hdr_text
  151. ~WITHOUT the coprocessor~
  152. ~62~timekey_text
  153. ~mm:ss.hs~
  154. ~63~ifmath_hdr_text
  155. ~this would have been~
  156. ~64~ifmath_percent_text
  157. ~% faster~
  158. ~65~iterations_text
  159. ~Number of iterations:~
  160. ~66~amdname_text
  161. ~Advanced Micro Devices, Inc.~
  162. ~67~amdaddr1_text
  163. ~ ~<-- MUST!! be at LEAST one space character to skip this line
  164. ~68~amdaddr2_text
  165. ~To order your AMD 80C287     ~
  166. ~69~amdctstzp_text
  167. ~math coprocessor call~
  168. ~70~amdphone_text
  169. ~1-800-888-5590   ~
  170. ~71~final_adv_text
  171. ~Congratulations on choosing the most advanced math coprocessor available!~
  172. ~72~finalesc_text
  173. ~Press any key to return to DOS~
  174. ~73~dir_tomainmenu_text
  175. ~Press any key to return to the MAIN MENU~
  176. ~74~caddescriptor_text
  177. ~This simulated demonstration of a CAD system takes about 50 seconds on a 10MHz machine WITH the math coprocessor;  about 1 minute longer WITHOUT the math coprocessor.~
  178. ~75~mchoice_01_text
  179. ~Press 1 to run this demonstration WITH the math coprocessor~
  180. ~76~mchoice_02_text
  181. ~Press 2 to run this demonstration WITHOUT the math coprocessor~
  182. ~77~notenough_memory_text
  183. ~There isn't enough memory to run this AMD math coprocessor
  184.   demonstration program.  You must have 64K bytes of
  185.   memory in addition to the size of the program.
  186.   The number on the top line is the number of remaining
  187.   bytes found.
  188. Press any key to exit.~
  189. ~78~hcurve_nomathtime_text
  190. ~100~
  191. ~79~tree_nomathtime_text
  192. ~100~
  193. ~80~dragon_nomathtime_text
  194. ~150~
  195. ~81~fern_nomathtime_text
  196. ~100~
  197. ~82~julia_nomathtime_text
  198. ~100~
  199. ~83~shuttle_nomathtime_text
  200. ~240~
  201. ~84~int_nomathtime_text
  202. ~100~
  203. ~85~deprec_nomathtime_text
  204. ~100~
  205. ~86~sin_nomathtime_text
  206. ~100~
  207. ~87~sqrt_nomathtime_text
  208. ~100~
  209. ~88~arctan_nomathtime_text
  210. ~100~
  211. ~89~div_nomathtime_text
  212. ~100~
  213. ~90~mult_nomathtime_text
  214. ~100~
  215. ~91~bad_graphicsdrvr_text
  216. ~Unable to load graphics screen driver.
  217. Press any key to exit.~
  218. ~92~toobadnomath_text
  219. ~If you had an AMD 80C287 math coprocessor, think how much time you would have saved!  Buy one now!~
  220. ~EOF~
  221.