Difference between revisions of "680x0:Tools"

From Amiga Coding
Jump to: navigation, search
(New page: * [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...)
 
(Debuggers)
 
(16 intermediate revisions by 2 users not shown)
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
 +
 
 +
 
 +
==Debuggers==
 +
* [http://sourceforge.net/projects/adebug/ Adebug] (ex-commercial, now opensource)
 +
* BDebug, Barfly's debugger
 +
* BeerMon (coded by Carnivore of Beermacht) ([http://kestra.exotica.org.uk/demos.php?query=Beermon downloads at exotica], [http://www.pouet.net/prod.php?which=48403 downloads at pouet)]
 +
* Disect v2.0 (symbolic disassembler/debugger, [http://aminet.net/search?name=disect&path=dev/debug demo] available on Aminet)
 +
* FastMon v1.0 (1989) ([http://www.pouet.net/prod.php?which=50050 download at Pouet])
 +
* [http://www.whdload.de/whdload/Tools/ HRTmon 2.33]
 +
* [http://aminet.net/package/util/moni/BBMONi051 Big Brother 0.51] (1997) (by Nicholas G. Clarke aka Conan^Rebels)
 +
* (OMA Assembler) Dbug
 +
* (SAS/C) cpr (CodeProbe)
 +
* [http://devnull.owl.de/~frank/phxmon_e.html PhxMon] (doesn't work on '060 and disasm only supports 68000 and 68010)
 +
* [http://aminet.net/package/dev/debug/sv128e Supervisor 1.28e]
 +
* Thrill Kill (Action Replay like, no GUI) ([http://bitworld.bitfellas.org/demo.php?id=30207 v1.05 at Bitfellas])
 +
* [[WinUAE debugger]]
 +
* FS-UAE debugger([https://fs-uae.net/tag/debugger])
 +
 
 +
===memory management debugging===
 +
* [http://www.sinz.org/Michael.Sinz/Enforcer/index.html Enforcer V37.73] (2001)<br />Enforcer is an advanced debugging tool for Amiga computer systems equiped with a 68020/68851, 68030, 68040, or 68060 CPU. It uses the MMU to help detect stray pointers and access to invalid memory.
 +
* [http://aminet.net/package/dev/debug/MuForce MuForce] (based on Enforcer)
 +
* Mungwall
 +
* [http://aminet.net/search?query=sushi Sushi]/[http://aminet.net/search?query=Sashimi Sashimi]<br />Can redirect debug info send to the serial port
 +
|width=60|
 +
|valign=top|
 +
 
 +
==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)
 +
 
 +
 
 +
==OS monitors==
 +
* [http://aminet.net/package/util/moni/SnoopDos Snoopdos 3.8] (on Aminet)
 +
 
 +
 
 +
==Demotools==
 +
Pouet.net has loads of (oldskool) demotools.<br />(note: they have many pages of tools but the 'next page' is hidden at the bottom of the page)
 +
* [http://www.pouet.net/prodlist.php?type%5B%5D=demotool&platform%5B%5D=Amiga+ECS&order=&page=1&order=&x=34&y=2 Pouet.net - Demotools for Amiga ECS]
 +
* [http://www.pouet.net/prodlist.php?type%5B%5D=demotool&platform%5B%5D=Amiga+AGA&order=&page=1&order=&x=5&y=7 Pouet.net - Demotools for Amiga AGA]
 +
 
 +
 
 +
* [http://amiga-stuff.com/ amiga-stuff.com]<br />many oldskool utils, crunchers, modpackers etc.
 +
|}

Latest revision as of 05:53, 9 October 2018

Sourcecode processing


Debuggers

memory management debugging

  • Enforcer V37.73 (2001)
    Enforcer is an advanced debugging tool for Amiga computer systems equiped with a 68020/68851, 68030, 68040, or 68060 CPU. It uses the MMU to help detect stray pointers and access to invalid memory.
  • MuForce (based on Enforcer)
  • Mungwall
  • Sushi/Sashimi
    Can redirect debug info send to the serial port

For 'Hardware Hitting' coding


OS monitors


Demotools

Pouet.net has loads of (oldskool) demotools.
(note: they have many pages of tools but the 'next page' is hidden at the bottom of the page)