home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / commercial / asmonedemo / asm-one / update.txt < prev    next >
Text File  |  1995-03-16  |  2KB  |  79 lines

  1. *********************************************************
  2. *   Update report from ASM-One V1.01 to V1.02           *
  3. *********************************************************
  4.  
  5.  
  6. Editor:
  7. =======
  8.  
  9. - The status line has been extended, so that * means, "Source Not Saved"
  10.   and M means "Macro is being defined".
  11.  
  12. - When loading a new file, "Source not saved" appears before you enter a
  13.   new filename.
  14.  
  15. - Replace had problems when replacing successive strings, it skipped every
  16.   second string.
  17.  
  18.  
  19. Assembler:
  20. ==========
  21.  
  22. - If an error occured while assembling a section allocated in chip
  23.   or fast (not public) with autoalloc turned on, the allocated memory
  24.   was forgotten.
  25.  
  26. - DS - Define Storage.  The defined storage is now initialized to zeroes,
  27.   instead of just uninitialized.
  28.  
  29. - INCLUDE and INCBIN path and filename are printed when the file
  30.   is being loaded.
  31.  
  32. - The following command syntax was not supported: ROL Dn, ASR Dn etc.
  33.   Previously you had to type ex. ROL #1,D3, instead of just ROL D3.
  34.  
  35. - Overall assembler performance has been improved.
  36.  
  37. - Including a source in an program using ORG and LOAD forced the assembler
  38.   back in relative mode, jumping to the latest used section.
  39.  
  40. - When the message 'Reassembling...' was showed, assembler options was
  41.   reset to default.
  42.  
  43. - Word size is now always default, also in (An,Xn) <=> (An,Xn.W)
  44.  
  45. - INCBINs are now only loaded in the last pass, when using
  46.   assemble optimize.
  47.  
  48.  
  49. Disassembler:
  50. =============
  51.  
  52. - CMPA Dn,Am was disassembled CMPA Dn,Dm
  53.  
  54. - ABCD and SBCD was disassembled wrong
  55.  
  56. - Unknown command ??????? is now disassembled as DC.W $nnnn, where
  57.   nnnn is the unknown opcode.
  58.  
  59. - A few other commands was also disassembled a little wrong
  60.  
  61.  
  62. Debugger:
  63. =========
  64.  
  65.  
  66. - Turning LineNumbers on and off did not take action immidiatly but
  67.   first next another function was activated.
  68.  
  69. - Editing A7 changed always SSP and not USP if in user mode.
  70.  
  71.  
  72. Preferences:
  73. ============
  74.  
  75. - Using option "!" (eg !.ASM) in the ASM_One.pref file, didn't
  76.   change the fact that an .S was attached at the end of the file
  77.   when using the ".S" option.
  78.  
  79.