home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DEVPAC2.08.DMS / in.adf / README < prev    next >
Encoding:
Text File  |  1988-10-07  |  3.4 KB  |  95 lines

  1. Devpac Amiga 2        Release 2.08
  2. ==============        ============
  3.  
  4. Although individual program version numbers may vary, the
  5. version number that should be written on your registration
  6. card should be 2.08. When requiring technical support or
  7. reporting bugs, please be sure to also quote the version
  8. number of the individual program in question.
  9.  
  10. We have added many new features to Devpac Amiga since the
  11. manual was produced, detailed below:
  12.  
  13. Editor
  14. ======
  15. When a System Requestor appears (e.g. File not found),
  16. pressing any key is equivalent to clicking on Cancel.
  17. The ARP File Requestor displays the first few files as
  18. it finds them. To see the full file list, click on the
  19. slider to the right of the filenames.
  20. The editor preferences file (page 29) will firstly be
  21. searched for in the current directory, then the C: directory.
  22. This allows you to have a global preference file as well
  23. as specific local ones in your source directories. This is
  24. also true of MonAms preference file (page 107).
  25.  
  26. Assembler
  27. =========
  28. For increased compatibility, the directives CODE, DATA and
  29. BSS are now supported. These are the same as specifying the
  30. same name and type in a SECTION directive.
  31. The stand-alone assembler GenIm2 gives a return code to
  32. indicate how successful it was. Values are:
  33.     100+    initialisation failure
  34.     20    fatal error
  35.     10    error(s)
  36.     5    warning(s)
  37.     0    OK
  38. The stand-alone assembler can be passed a directory to
  39. search for include files by using -iXXX on the command
  40. line. Do *not* follow the i with any spaces.
  41. When using the integrated assembler, its display may be
  42. paused by holding down the right mouse button. Pressing
  43. any key (page 27) will *not* pause the integrated assebler.
  44.  
  45. Debugger
  46. ========
  47. There is a new command, V, that flips screens. Pressing
  48. another key (so long as MonAm remains the current window)
  49. will return the MonAm screen. It saves having to use the
  50. screen gadgets and is normally more useful than the system
  51. keyboard shortcuts.
  52. The Help command (page 99) now displays the task status,
  53. segment list, memory list and free memory. For UK A500 1.2
  54. users who cannot use their Help key it can also be obtained
  55. by pressing Right-Amiga H.
  56.  
  57. Manual Corrections
  58. ==================
  59. Page 12, 9th line from bottom, should read 'first press Ctrl-Q
  60. to ensure that the program will be killed and press Y to
  61. terminate the program and the debugger. We can' etc.
  62. Page 35, command line should start with 'GenIm2 '..etc
  63. Page 36, third example should start 'genim2 '..etc
  64. Page 99, 2nd para, delete the sentence 'though ROM breakpoints
  65. may be emulated using the Run Until command'.
  66. Page 105, find Next, the search area is now as follows:
  67.     0-7FFFF;        Chip mem
  68.     F80000-FFFFFF;        ROM
  69.     xx-xx;            any additional RAM
  70. Page 106, Top of RAM, this is no longer required as MonAm2
  71. now walks the system memory list.
  72.  
  73. In order to make space on Disk 1, the following files and
  74. directories have been deleted:
  75.     Utilities    all
  76.     Fonts        all except Topaz
  77.     System        some
  78. You can find these files on your original Workbench disk that
  79. came with your machine.
  80.  
  81. When using GenAm2 and MonAm2 on PAL machines with external RAM,
  82. you may sometimes get *two* mouse pointers; one will be the
  83. normal Intuition pointer, the other will be the custom pointer
  84. associated with the program you are using. Do not be alarmed -
  85. this seems to be a harmless bug in Intuition.
  86.  
  87. Current Restrictions
  88. ====================
  89. MonAm does not work correctly on 68010/020/030 processors.
  90. Please return your registration card promptly to qualify
  91. for your free upgrade.
  92.  
  93. Last changed: 6th Oct 1988
  94.  
  95.