home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_9 / issue_01 / extasm / !extASM / Resources / Messages < prev    next >
Text File  |  1995-07-09  |  7KB  |  199 lines

  1. # ---------
  2. # Main menu
  3. # ---------
  4.             
  5. MainMenu:extASM
  6. #    Info        >>5
  7. #    Options        >>6
  8. #    Misc        >MiscMenu
  9. #    Abort
  10. #    Pause
  11. #    Continue
  12. #    Quit
  13.  
  14. MiscMenu:Misc
  15. #    Save Status    >>7
  16. #    Colours        >ColourMenu
  17. #    $M;ARM        >>8
  18. #    $M;FPA        >>9
  19. #    Radius        >RadiusMenu
  20. #    Min. lines    >ExtentMenu
  21.  
  22. ColourMenu:Colours
  23. #    $M;Forground    >Colours
  24. #    $M;Background    >>0
  25. #    $M;Info        >>0
  26. #    $M;Error    >>0
  27. #    $M;Include    >>0
  28.  
  29. RadiusMenu:Radius
  30. #    $W3
  31.  
  32. ExtentMenu:Lines
  33. #    $W3
  34.  
  35. Colours:Colour
  36. #    $B0;0
  37. #    $B1;1á
  38. #    $B2;2á
  39. #    $B3;3á
  40. #    $B4$F0;4á
  41. #    $B5$F0;5á
  42. #    $B6$F0;6á
  43. #    $B7$F0;7á
  44. #    $B8$F0;8á
  45. #    $B9;9á
  46. #    $BA$F0;10á
  47. #    $BB$F0;11á
  48. #    $BC;12á
  49. #    $BD$F0;13á
  50. #    $BE;14á
  51. #    $BF;15á
  52.  
  53. # ----------------
  54. # Interactive help
  55. # ----------------
  56.      
  57. # ----
  58. # Menu
  59. # ----
  60.  
  61. M0:Click to display StrongHelp help. \Rdisplay information about extASM.
  62. M1:\Rget to the Options window. Click to open the Options window.
  63. M2:\Rget to the Miscellaneous menu.
  64. M3:Click to abort assembly.
  65. M4:Click to pause assembly.
  66. M5:Click to resume assembly, after it has been paused.
  67. M6:Click to quit extASM.
  68.  
  69. M20:\Rget to the save window for the Status-info text.
  70. M21:\Rget to the Colours menu.
  71. M22:\Rdisplay a pie chart of the distribution of the ARM instruction types. The 'Code statistics' option must have been selected for the previous assembly. Click to display the pie chart.
  72. M23:\Rdisplay a pie chart of the distribution of the FPA instruction types. The 'Code statistics' option must have been selected for the previous assembly. Click to display the pie chart.
  73. M24:\Rset the radius of the ARM and FPA pie charts.
  74.  
  75. M210:\Rset the Status-info forground colour.
  76. M211:\Rset the Status-info background colour.
  77. M212:\Rset the Status-info info text colour.
  78. M213:\Rset the Status-info error and warning colour.
  79. M214:\Rset the Status-info include file colour.
  80.  
  81. M240:Type the radius of the pie charts and press RETURN or click.
  82.  
  83. M21XX:Click to select the colour.
  84.  
  85. # --------
  86. # Icon bar
  87. # --------
  88.  
  89. IBX:This is the extASM icon. Drag a source file here to load it.|M\Sopen Process window, \Aopen Status-info window.
  90.  
  91. # -----------
  92. # Info window
  93. # -----------
  94.  
  95. IX:This displays information about extASM.
  96.  
  97. # -----------
  98. # Save window
  99. # -----------
  100.  
  101. S0:This is the Status Info file icon. Drag this icon to the directory in which you want to save the file. Or, drag it to the program into which you want to transfer the data.
  102. S1:This shows the filename for the Status Info file, edit it if you want a different name.
  103. S2:Click to save the Status Info text with the current filename. If it is not a full pathname, you must drag the icon to a directory first.
  104. SX:This is the Save Status Info window.
  105.  
  106. # --------------
  107. # Options window
  108. # --------------
  109.  
  110. OX:This is the Options window.
  111. O0:When this is on, it will try to shrink the code again, if at a later pass it turns out that a smaller or no auto-expansion is needed for a statement.
  112. O1:When this is on, it will save the object code after assembly.
  113. O2:When this is on, it will run the object file after assembly.
  114. O3:When this is on, it will also assemble the file called 'Header' in the 'Resources' directory. This file can be changed if wanted.
  115. O4:When this is on, the PROCESS window will be opened, if not opened, and put at the top when a file is loaded.
  116. O5:When this is on, the STATUS window will be opened, if not opened, and put at the top when a file is loaded.
  117. O6:When this is on, extASM will give a warning when it auto-expands a statement.
  118. O7:When this is on, and the Auto-expand option is on, only the auto-expansion summary is given, not info about every statement.
  119. O8:When this is on, and the Auto-expand option is on, only information about auto-expanding ADRs and load/store instructions, is given.
  120. O9:When this is on, extASM will give a warning about any variables which is not used by the program.
  121. O10:When this is on, it will display code statistics at the end of the assembly, such as the number used of each instruction, the number of instructions, etc. It also makes it possible to display two pie charts, selectable from the menu.
  122. O11:When this is on, then also code in macros, when they are called, is counted in the code statistics.
  123. O12:When this is on, it will display a list of the variables, optionally sorted, and macros. It will also show the number of references to each variable, and the number of times each macro is used.
  124. O13:When this is on, the variable list will be sorted.
  125. O14:When this is on, labels can be specified without a period in front of them. All other instructions and statements must then be indented by one or more spaces or TABs.
  126. O15:When this is on, extASM will produce an object file in ARM Object Format, which can then be linked with e.g. C. This is not implemented in this version, and it is instead done using the extAOF application.
  127. O16:When this is on, extASM will also use Throwback to display error and warning messages, so any editor which has Throwback can display them.
  128. O17:When this is on, the STATUS window will scroll to the end, when new messages are added.
  129. O18:When this is on, ADR instructions will be minimum 16 bit (i.e. 2 instructions). This can sometimes reduce the number of passes, at the expense of more NOPs.
  130. O19:Click to close the window.
  131. O20:Click to save the current setting.
  132.                                    
  133. # --------------
  134. # PROCESS window
  135. # --------------
  136.  
  137. PX:This is the Process window.
  138. P0:This part of the window displays information about the source file.
  139. P1:
  140. P2:
  141. P3:This is the source file icon.
  142. P4:This shows the filename for the source file.
  143. P5:This shows the size of the source file.
  144. P6:This shows the file type of the source file.
  145. P7:
  146. P8:
  147. P9:This part of the window displays information about the object file.
  148. P10:
  149. P11:
  150. P12:This is the object file icon. Drag this icon to the directory in which you want to save the file. Or, drag it to the program into which you want to transfer the data.
  151. P13:Click to save the object file with the current filename. If it is not a full pathname, you must drag the icon to a directory first.
  152. P14:This shows the filename for the object file, edit it if you want a different name.
  153. P15:This shows the size of the object code.
  154. P16:This shows the file type of the object file.
  155. P17:This shows the load address of the object file (if no file type)
  156. P18:This shows the exec address of the object file (if no file type)
  157. P19:
  158. P20:
  159. P21:
  160. P22:
  161. P23:Click to Reload the last file, and start assembly.
  162. P24:
  163. P25:
  164. P26:
  165. P27:
  166. P28:
  167. P29:
  168.  
  169. # ------------------
  170. # STATUS info window
  171. # ------------------
  172.  
  173. WX:All messages appear here!
  174.  
  175. # ------------------------------------------
  176. # Errors outside assembly or internal errors
  177. # ------------------------------------------
  178.  
  179. # Internal errors
  180.  
  181. Error01:No more room for indirected data
  182. Error02:Template '%0' not found
  183. Error03:Menu area full
  184. Error04:Too many menus
  185. Error05:Not enough memory to create Flex block
  186. Error06:Variable or macro array full
  187. Error07:Unknown conversion specifier '%0'
  188. Error08:No such Flex block
  189. Error09:Not enough memory
  190. Error0A:File '%0' not found
  191.  
  192. # Errors outside assembly
  193.  
  194. Error10:To save, drag the icon to a directory viewer
  195. Error11:Data transfer failed, receiver dead?
  196. Error12:Data transfer failed, transmitter dead?
  197. Error13:Input buffer overflow, too much data transferred
  198. Error14:File '%0' not found
  199.