home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Programowanie / Asembler / asmonev146.lha / asmonev146 / History.txt < prev    next >
Encoding:
Text File  |  2000-12-25  |  5.3 KB  |  211 lines

  1. Bug fixes and enhancements since Revision 454 (ASM-One V1.45)
  2.  
  3. Revision 461
  4. ------------
  5.  
  6. - Fixed cursor when the Monitor is in Binary mode.
  7.  
  8. - Fixed cursor when the Monitor is in HEX mode.
  9.  
  10. - Fixed cursor when the Monitor is in ASCII mode.
  11.  
  12. - Fixed Cursor when the Monitor is in Diassembly mode.
  13.  
  14. - Fixed another type missmatch with the Linenumber
  15.   stuff.
  16.  
  17.  
  18. Revision 460
  19. ------------
  20.  
  21. - Tried to Fix the directory problem when swapping sources.
  22.   It works now when u use requesters, but it will
  23.   currently NOT work for the CLI commands.
  24.  
  25. - Signextend warning when using moveq didn't work
  26.   properly. Fixed now...
  27.  
  28.  
  29. Revision 459
  30. ------------
  31.  
  32. - Fixed linenumbers using normal graphics.
  33.  
  34. - Removed some RTG coding which was executed when
  35.   not in 'RTG Mode'.
  36.  
  37. - Removed cursor when RTG Mode was selected
  38.   and you had choosen an Original Amiga
  39.   Screen Mode.
  40.  
  41. - Finaly fixed the bug that crashed ASM-One
  42.   when you selected RTG Mode and had choosen
  43.   an original Amiga Screen Mode, and something
  44.   had to be scrolled up or down.
  45.  
  46.   I by accident Owned the Blitter and than
  47.   asked to OS to Scroll the Screen B-)
  48.  
  49. - Found another bug in the extended linenumbers.
  50.  
  51. - Combined the RTG and normal version.
  52.  
  53.   Select RTG_Mode in the Environment Preferences
  54.   if you want to use the RTG routines.
  55.  
  56.   A requester will be displayed if you have
  57.   selected RTG but do not have KS 3.x or higher.
  58.  
  59.   When the selected screen could not be opened,
  60.   a requester will allow you to select a new
  61.   screen mode.
  62.  
  63.  
  64. Revision 458
  65. ------------
  66.  
  67. - When scrolling one line up or down, the cursor
  68.   disappeared.
  69.  
  70.   This has now been fixed.
  71.  
  72. - When scrolling one line up or down, some pixels got
  73.   screwed up.
  74.  
  75.   This has now been fixed.
  76.  
  77. - When leaving the Monitor (or debugger when 'Show Source'
  78.   was off) some part of the menubar was cleared.
  79.  
  80.   This has now been fixed.
  81.  
  82. - Fixed the problem where the first character
  83.   of a Watchpoint or conditional brackpoint (CBP)
  84.   was deleted when in the Debugger.
  85.  
  86.  
  87. Revision 457
  88. ------------
  89.  
  90. - In some cases you could not see what you where
  91.   typing in the menubar (for example: adding a
  92.   Watchpoint while debugging).
  93.  
  94.   This has now been fixed
  95.  
  96. - ASM-One crashed when specifing a size when jumping
  97.   into the Monitor.
  98.  
  99.   This was because I used fixed positions. While
  100.   actual positions changed depending on the size.
  101.  
  102.   This has now been fixed.
  103.  
  104. ; Even I didn't know this, but BM will activate
  105. ; the Binary Monitor. For some strange reason
  106. ; The Binary function in the menubar doesn't
  107. ; work in the Monitor !!
  108.  
  109. - Speeded up the Monitor when in Binary mode.
  110.  
  111. - Speeded up the Monitor when in Hex mode.
  112.  
  113. - Speeded up the Monitor when in ASCII mode.
  114.  
  115. - Speeded the disassembler when 'Source Off' is
  116.   selected and when using the Monitor in
  117.   disassembly mode.
  118.  
  119. Revision 456
  120. ------------
  121.  
  122. - Speeded up the CLI and the printing of the registers
  123.   in the debugger (they still blink, I'll come up
  124.   with a solution for that later on....)
  125.  
  126. ; About Line Numbers:
  127.  
  128. ; Before you get confused: When I say Line Numbers, I
  129. ; mean the number of a line of the source. This has
  130. ; absolutely nothing to do with the size of your
  131. ; source.
  132.  
  133. ; You may have noticed that if you went beyond Line
  134. ; Number 65532 that the Line Numbers where reset
  135. ; to 0.
  136.  
  137. ; In some cases this was annoying (for example:
  138. ; you could never jump to a line higher than
  139. ; 65532, and there where some other cases where
  140. ; ASM-One would make a mistake).
  141.  
  142. ; And this is what has been fixed.
  143.  
  144.  
  145. - When selecting 'Line Numbers' in the Environment
  146.   Preferences, ASM-One will now show linenumbers
  147.   up to line #999999 in the Editor.
  148.  
  149. - Enlarged Clipboard read/write size to 2048 bytes
  150.   (previous 256)  to see if copying/pasting from/to
  151.   the Clipboard whould be faster (since a larger
  152.   buffer means less OS Calls). But I don't realy
  153.   think it's much faster. Maybe on slower systems
  154.   it's notecible. So I let it stand on 2048 bytes
  155.   until somebody suggests otherwise B-)
  156.  
  157. - When you checked/unchecked 'Clipboard Support', ASM-One
  158.   was forced to close and reopen it's screen.
  159.   Not anymore.
  160.  
  161. - I think I've debugged any problems with the new
  162.   number of lines ASM-One can work with.
  163.  
  164.   Currently the only place where the line number
  165.   is shown correctly is in the statusbar in
  166.   the Editor. It will show up to 999999 lines.
  167.  
  168.   But ASM-One should work well way beyond that
  169.   number.
  170.  
  171. - ASM-One now works with up to 4 billion lines.
  172.  
  173. - Fixed blink of the statusbar in the Editor.
  174.  
  175. - Added linenumbers to the Editor.
  176.  
  177. - Removed blinking of the source.
  178.  
  179. - Speeded up the line printing in the editor,
  180.   including blok marks.
  181.  
  182.  
  183. Revision 455
  184. ------------
  185.  
  186. - Finaly fixed cursor movement in the Monitor.
  187.  
  188. - First character of disassmbled line (when
  189.   disassembling) no longer disappears.
  190.  
  191. - Wondered why there was no info in the Statusbar
  192.   when debugging with 'Show Source' off. Just
  193.   to discover that this is normal ASM-One behavior.
  194.  
  195.   Same goes for the lines which in normal
  196.   assembly shows where you are, this is only a
  197.   cursor in the debugger version.
  198.  
  199. - Fixed arrow up in the Monitor (movement).
  200.  
  201. - When using the debugger with 'Show Source' off
  202.   or when using the Monitor in disassembly mode,
  203.   the whole screen is used. Previously the width
  204.   was hardcoded and thus didn't care about the
  205.   actual screen width.
  206.  
  207. - Fixed problem of disappearing characters when
  208.   in debugger with 'Show Source' off or using
  209.   the Monitor in disassembly mode.
  210.  
  211.