home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 310.lha / debug_v2.10 / changesfrom1.0 < prev    next >
Text File  |  1980-12-06  |  2KB  |  71 lines

  1.  
  2.                     -- Amiga Debugger --
  3.              Debug v2.10
  4.  
  5.  
  6.   If you are a Debug v1.0 user, please read this file.
  7.  
  8.  
  9.                     --  Changes from v1.0 --
  10.             
  11.   
  12. -    Load will now accept parameters to the filename.
  13.  
  14. -     Symbolic dissasembly supported.
  15.  
  16. -    Hexidecimal is no longer the default input radix in all cases.
  17.     To specify say, $a0, "$a0" should be typed.  Otherwise, debug 
  18.     will use the contents of register a0 or attempt to locate a symbol
  19.     called "a0" from the loaded symbol table.
  20.  
  21. -    'Go' syntax changed.
  22.  
  23. -    Expression evaluation added with the '=' command.
  24.  
  25. -    Help is available.
  26.  
  27. -    Simple expressions may be used as arguments.
  28.  
  29. -    Zip no longer displays any messages.
  30.  
  31. -    Breakpoints are displayed in the dissasembly.
  32.  
  33. -    Trace automatically skips breakpoints  (you don't have to
  34.     clear them).
  35.  
  36. -    Breakpoint toggle command added.
  37.  
  38. -    It is no longer an error to reuse the same breakpoint.
  39.  
  40. -    The 'r' command displays next instruction too.
  41.  
  42. -    Workbench startup is now supported.
  43.  
  44. -    The 'n' command is no longer supported. 
  45.  
  46. -    The 'b' and 'a' commands are no longer supported. Use the
  47.     '=' command instead.
  48.  
  49. -    The number format conversion  routines have  been changed
  50.     to use the '=' syntax as well - so instead of typing $44, 
  51.     you would type =$44.    
  52.  
  53. -    The 'm'  command will no longer  insist on dumping memory 
  54.     from an  even address.  If you  specify an  odd  address, 
  55.     dumping will start there.
  56.  
  57. -    Using the dos.lib  Exit() function  will no longer unload
  58.     Debug.
  59.  
  60. -    Memory writes are now supported via .b .w and .l commands,
  61.     and f.b, f.w and f.l commands for memory write, and memory
  62.     Fill respectivly.
  63.  
  64. -    The syntax for displaying the segments is now 'H'.  The H
  65.     stands for 'Hunks'.
  66.  
  67. -    The default input radix may be altered if desired.
  68.  
  69. -    Input / output redirection to / from files is supported.
  70.  
  71.