Jump to content

JWasm: Difference between revisions

From EDM2
Created page with "== Description == A fork of the Wasm assembler from the OpenWatcom C/C++ & Fortran package, supports more targets that the original Wasm, conv..."
 
Line 11: Line 11:


== License ==
== License ==
Sybase, with a specific Open Source License. Allows free commercial and non-commercial use of Open Watcom.
Published under the [[Open Watcom Public License]]. Allows free commercial and non-commercial use of Open Watcom.


==Author==
==Author==

Revision as of 19:15, 6 November 2014

Description

A fork of the Wasm assembler from the OpenWatcom C/C++ & Fortran package, supports more targets that the original Wasm, converts C header files into ASM include files and in addition has support for the syntax of WinInc and Masm32 assemblers, in the case of the latter supports the current MASM 8 syntax. Sundry other updates and improvements on the original Wasm code.

Version

  • Latest Version: 2.11a

Links

License

Published under the Open Watcom Public License. Allows free commercial and non-commercial use of Open Watcom.

Author

Andreas Grech (aka Japheth)

Related Articles