GoAsm: Jeremy Gordon's GoAsm and GoTools

GoAsm is a compact assembler that is part of an assembly language development suite created by Jeremy Gordon. This development suite includes the GoAsm assembler, the GoLink linker, the GoBug debugger, the GoRC resource compiler, and the Paws editor. The GoTools package is unique amongst the free assemblers insofar as it provides a complete set of tools needed for assembly language development (most other non-commercial toolsets require additional tools, such as a linker, that is not provided by the assembler's author). Indeed, many assemblers available for the x86 operating under Windows often recommend the use of Jeremy Gordon's GoRC resource compiler and even the GoLink linker.

Currently, GoAsm creates PE files for 32-bit Win32 systems. It also provides decent unicode support for those who want to use non-Latin character sets in their assembly language programs.

GoAsm
Official Download Site
http://www.godevtool.com
Support Board
http://masmforum.com/viewforum.php?f=23
Download GoAsm v0.47 and other GoTools
GoAsm Assembler
GoLink Linker
GoRC Resource Compiler
GoBug Debugger
GoTools Documentation
Note: GoAsm documentation is available as a Windows HELP file and is included in the GoAsm download
GoLink Documentation
GoRC Documentation
Note: GoBug documentation is available as a Windows HELP file and is included in the GoBug download.