Difference between revisions of "680x0:Tools"

From Amiga Coding
Jump to: navigation, search
(added debuggers (HRTmon and Big Brother monitor))
Line 1: Line 1:
 
* [http://aminet.net/package/dev/misc/asmbf Assembler Source Text Beautifier]<br />reformat assembler source code, set the start column for opcodes, operands and comments, insert or remove TABs, adjust the TAB size, etc..
 
* [http://aminet.net/package/dev/misc/asmbf Assembler Source Text Beautifier]<br />reformat assembler source code, set the start column for opcodes, operands and comments, insert or remove TABs, adjust the TAB size, etc..
  
 +
 +
==Debuggers==
 +
* [http://www.whdload.de/whdload/Tools/ HRTmon 2.30]
 +
* [http://aminet.net/package/util/moni/BBMONi051 Big Brother 0.51] (1997) (by Nicholas G. Clarke aka Conan^Rebels)
  
  
 
==For 'Hardware Hitting' coding==
 
==For 'Hardware Hitting' coding==
* [http://aminet.net/package/dev/moni/cuwa The Custom Watcher (CuWa)]<br />
+
* [http://aminet.net/package/dev/moni/cuwa The Custom Watcher (CuWa)]<br />allows you to see the values which were writting to the Custom-Registers (with help of an MMU)
allows you to see the values which were writting to the Custom-Registers (with help of an MMU)
 

Revision as of 21:57, 17 February 2008

  • Assembler Source Text Beautifier
    reformat assembler source code, set the start column for opcodes, operands and comments, insert or remove TABs, adjust the TAB size, etc..


Debuggers


For 'Hardware Hitting' coding