JWasm: Difference between revisions
Appearance
No edit summary |
|||
Line 6: | Line 6: | ||
== Links == | == Links == | ||
* http://www.japheth.de/JWasm.html | * '''Homepage:''' http://www.japheth.de/JWasm.html or [https://web.archive.org/web/*/http://www.japheth.de/JWasm.html A copy from Archive.org] in case the former is down. | ||
* http://www.japheth.de/Download/JWasm/JWasm211as.zip (Source, requires compiling by Watcom C) | * http://www.japheth.de/Download/JWasm/JWasm211as.zip (Source, requires compiling by Watcom C) | ||
* http://hobbes.nmsu.edu/download/pub/os2/dev/asm/jwasm202.zip (Older version already compiled for OS/2 or eCS) | * http://hobbes.nmsu.edu/download/pub/os2/dev/asm/jwasm202.zip (Older version already compiled for OS/2 or eCS) | ||
Line 19: | Line 19: | ||
* | * | ||
[[Category:Tools]] | [[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:Linux Tools]] |
Revision as of 21:33, 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
- Homepage: http://www.japheth.de/JWasm.html or A copy from Archive.org in case the former is down.
- http://www.japheth.de/Download/JWasm/JWasm211as.zip (Source, requires compiling by Watcom C)
- http://hobbes.nmsu.edu/download/pub/os2/dev/asm/jwasm202.zip (Older version already compiled for OS/2 or eCS)
License
Published under the Open Watcom Public License. Allows free commercial and non-commercial use of Open Watcom.
Author
Andreas Grech (aka Japheth)