Difference between revisions of "680x0:Tools"

From Amiga Coding
Jump to: navigation, search
(added WinUAE debugger and Snoopdos)
(added a link, changed layout to two columns)
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..
+
__NOTOC__
 +
{|
 +
|valign=top|
 +
==Sourcecode processing==
 +
* [http://aminet.net/package/dev/misc/asmbf Assembler Source Text Beautifier]<br />reformat assembler source code
 +
* [http://aminet.net/package/dev/asm/SEKAconvert SEKAconvert]<br />converts sourcecode written for SEKA (most old european demos) so they compile in other assemblers
  
  
Line 6: Line 11:
 
* [http://aminet.net/package/util/moni/BBMONi051 Big Brother 0.51] (1997) (by Nicholas G. Clarke aka Conan^Rebels)
 
* [http://aminet.net/package/util/moni/BBMONi051 Big Brother 0.51] (1997) (by Nicholas G. Clarke aka Conan^Rebels)
 
* [[WinUAE debugger]]
 
* [[WinUAE debugger]]
 
+
|width=60|
 
+
|valing=top|
 
==For 'Hardware Hitting' coding==
 
==For 'Hardware Hitting' coding==
 
* [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)
 
* [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)
Line 14: Line 19:
 
==OS monitors==
 
==OS monitors==
 
* [http://aminet.net/package/util/moni/SnoopDos Snoopdos 3.8] (on Aminet)
 
* [http://aminet.net/package/util/moni/SnoopDos Snoopdos 3.8] (on Aminet)
 +
|}

Revision as of 16:12, 21 March 2008

Sourcecode processing


Debuggers

For 'Hardware Hitting' coding


OS monitors