Easy Code (ASM IDE)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Easy Code (ASM IDE)

#1 Post by Midas »

I'll just leave this here (previously mentioned by user Firewrath: viewtopic.php?p=6209#p6209)... :)

Easy Code (http://www.easycode.cat/English/) is actively developed, has dual versions for MS Macro Assembler (Masm) and Jeremy Gordon's Go Tools (GoAsm), and comes in a zip, ready to be run portably -- it saves settings to 'EasyCode.ini' inside the program folder, but you need to run the included 'Settings.exe' prior to the first run and de-select all options.

The included help file also states "Easy Code includes the '/C' (or '/c') switch in its command line for using configuration files other than the default one ".
http://www.easycode.cat/English/ wrote:Easy Code is the visual assembly programming environment made to build 32-bit Windows applications. The Easy Code interface, looking like Visual Basic, allows you to program Windows assembler applications (executable files, dynamic and static libraries, COFF object files, console applications and drivers) done in an easy way as was never possible before. Download and test this application including the source code of a nice CD player, a complete and fast text editor in a dll file (to be able to program your own editor), a complete and excellent text editor ready to use, a file shredder, a MIDI player and many other applications.
Image

Image

Download the latest Easy Code release (currently v1.07.0.0005) from http://www.easycode.cat/English/Download.htm.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Easy Code (ASM IDE)

#2 Post by Midas »

Easy Code v2.00.0.0010 released (changelog is at http://www.easycode.cat/English/Readme.htm).

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Easy Code (ASM IDE)

#3 Post by webfork »

Program still in development, although only with minor changes:
http://www.easycode.cat/English/Download.htm

Feb 12, 2019:

Bug Fixes:
1. Dragging and dropping a file into the IDE did not work.
2. The default project for FASM drivers did not build due to a bug in the '\EasyCode\Include\Fasm\Classic\ntoskrnl.inc' file.

Added Features:
1. New Arabic language file.

lastaltoid
Posts: 20
Joined: Sun Dec 16, 2012 8:41 pm

Re: Easy Code (ASM IDE)

#4 Post by lastaltoid »

Note that 64 bit builds are now possible in 2.x versions. :D Additional assemblers are also supported.
Easy Code is the visual assembly programming environment made to build 32-bit/64-bit Windows applications. The Easy Code interface, looking like Visual Basic, allows you to program Windows assembler applications (executable files, dynamic and static libreries, COFF object files, console applications, NT drivers and services) done in an easy way as was never possible before. There are three available versions of Easy Code:

- Version 2.x supporting Fasm, GoAsm, JWasm, Masm, PoAsm, SolAsm and UAsm (both 32-bit/64-bit), and using different tools for the various assemblers

Post Reply