About
Asm-Pro is a MC680x0 macro assembler with integrated editor, debugger, linker and monitor for our Amiga computer. With this program you have all the tools you need for the development of new software in assembly. It has full mc680x0, FPU and MMU support
The preferences
Syntax coloring prefs
Debugger at work
Screenshots
Opensource
Asm-Pro is from now Open Source! Here is your chance to do something about those annoying bugs that don't seem to get fixed.. Download the source and track them down.. And if you like report the fix back to me and I'll put it in the main source for redistribution on this page.

This is the first release of the Asm-Pro source and I know the source looks a bit messy and could use a good clean up.. I never feld the need for it myself as I was the only-one working on it and I can find my way around very well.. But for others this could be very difficult at first glance.. I hope this release helps out the users that have been waiting for new updates of Asm-Pro.. I myself have no more serious developertime left for this project next to my job and if you see the source you know that it take a lot of attention to work on it.

But development during the last few (10?) years has been a lot of fun and I wouldn't like to see it dry up just becouse I have no more time myself. So feel free to be creative and start coding and feel free to send me the results...

Solo^GnT..
Editor with syntax coloring
Download Asm-Pro v1.17 (2-May-2005) Download source code for Asm-Pro v1.17 Readme.txt with changes v1.17
You can join the Asm-Pro development mailing list:
Post message: Asmpro_dev@yahoogroups.com
Subscribe: Asmpro_dev-subscribe@yahoogroups.com
Unsubscribe: Asmpro_dev-unsubscribe@yahoogroups.com
URL: http://groups.yahoo.com/group/Asmpro_devmailto:Asmpro_dev@yahoogroups.commailto:Asmpro_dev-subscribe@yahoogroups.commailto:Asmpro_dev-unsubscribe@yahoogroups.comshapeimage_4_link_0shapeimage_4_link_1shapeimage_4_link_2
Some of the improvements made to Asm-Pro

  • Editor and other text output is system friendly now and works great on your favourite gfx-card.
  • Redesign of the asmpro look.
  • Included a font requester and made the editor font sensitive.
  • New gui for starting up asm-pro, workspace mem type and size can be saved with wp (write prefs).
  • Multiple source file extentions (try "(.s|.asm|.i)" to get all sources and includes in the file requester.)
  • Debug registers have there own window now.
  • Stack size can be changed from shell or icon so even very big sources don't crash you system.
  • Added the new mc68060 commands.
  • Changed blok insert from Amiga-i to Amiga-v (amiga-i will still work though).
  • Recoded the IncIFFp routines, so it works now.
  • Added syntax coloring. Comments, labels, opcodes, etc. can now be shown in another color.
  • Changed the mapping of the set marks keys. so set a mark is always SHIFT+(number).
  • System friendly and custom scroll routine (for speed).
  • Added %getdate and %gettime it returns system time and date in ascii.
  • And a lot more changes and fixes (see the readme.txt).
  • A short FAQ on the source