Difference between revisions of "680x0:AsmPro"

From Amiga Coding
Jump to: navigation, search
(New page: AsmPro is an fork of AsmOne that has been disassembled and updated. One of it's strong points where the fact that it was the first fork/clone of AsmOne to support graphics cards and syntax...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
AsmPro is an fork of AsmOne that has been disassembled and updated. One of it's strong points where the fact that it was the first fork/clone of AsmOne to support graphics cards and syntax coloring.
+
__NOTOC__
 +
<div class="sidebar">
 +
==Downloads==
 +
[[media:AsmPro117.lzh|AsmPro v1.17.lzh]]
 +
 
 +
[[media:AsmPro117 Source.lzh|AsmPro v1.17 Source.lzh]]
 +
 
 +
[http://aminet.net/package/dev/asm/AsmPro1.18src AsmPro v1.18 at Aminet]
 +
</div>
 +
AsmPro is an Assembler IDE for the Amiga. It is an fork of AsmOne based on updating a disassembled version of AsmOne. One of it's strong points where the fact that it was the first fork/clone of AsmOne to support graphics cards and syntax coloring.
 
With Asm-Pro V1.16f (04-03-2000) the project had been made opensource. However the original developer of AsmPro stopped working on AsmPro in Q1 2001, after which development slowed down to almost a halt.
 
With Asm-Pro V1.16f (04-03-2000) the project had been made opensource. However the original developer of AsmPro stopped working on AsmPro in Q1 2001, after which development slowed down to almost a halt.
  
  
 +
Requirements:
 +
* An Amiga
 +
* Kickstart 2.04+
 +
* ReqTools.library
 +
 +
 +
{|
 +
|valign=top|
 +
'''Pro's'''
 +
* based on [[680x0:AsmOne|AsmOne]]
 +
** integrated debugger
 +
** integrated editor
 +
 +
 +
* syntax coloring
 +
* selectable screen size/resolution & font requestor
 +
* systemfriendly editor (can use graphics cards)
 +
* can change font
 +
* adjustable stacksize (for very big sources)
 +
* working/improved IncIFFp
 +
* %getdate and %gettime will returns system time and date in ascii
 +
|width=60|
 +
|valign=top|
 +
'''Con's'''
 +
* a little bit buggy
 +
* ..
 +
|}
 +
 +
 +
==Downloads==
 
* [http://members.home.nl/m.reestman/asmpro.html New official website?]
 
* [http://members.home.nl/m.reestman/asmpro.html New official website?]
 
* [http://aminet.net/package/dev/asm/AsmPro AsmPro 1.17 on Aminet]
 
* [http://aminet.net/package/dev/asm/AsmPro AsmPro 1.17 on Aminet]
 +
* [http://aminet.net/package/dev/asm/AsmPro1.18src AsmPro 1.18 on Aminet]
 +
 +
 +
==Links==
 +
* [http://groups.yahoo.com/group/Asmpro_dev Asmpro development] (mailing list with archive)
 +
 +
 +
==Known bugs==
 +
...

Latest revision as of 14:42, 11 April 2012

AsmPro is an Assembler IDE for the Amiga. It is an fork of AsmOne based on updating a disassembled version of AsmOne. One of it's strong points where the fact that it was the first fork/clone of AsmOne to support graphics cards and syntax coloring. With Asm-Pro V1.16f (04-03-2000) the project had been made opensource. However the original developer of AsmPro stopped working on AsmPro in Q1 2001, after which development slowed down to almost a halt.


Requirements:

  • An Amiga
  • Kickstart 2.04+
  • ReqTools.library


Pro's

  • based on AsmOne
    • integrated debugger
    • integrated editor


  • syntax coloring
  • selectable screen size/resolution & font requestor
  • systemfriendly editor (can use graphics cards)
  • can change font
  • adjustable stacksize (for very big sources)
  • working/improved IncIFFp
  •  %getdate and %gettime will returns system time and date in ascii

Con's

  • a little bit buggy
  • ..


Downloads


Links


Known bugs

...