Jan 18, 2011

Assembler - GoAsm

Assembler - GoAsm is a free assembler which produces COFF object files ready
to be given to a linker to create the final executable. My aim here has been
to make an assembler with clean and obvious syntax, which is very quick, and
which always tries to produce the smallest code. GoAsm also has some useful
extensions to make programming for Windows easier. (in Programming)