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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
{{Software
A fork of the Wasm assembler from the [[OpenWatcom C CPP and Fortran|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.
|Picture=NA.png
|Name=JWasm
|Version=2.12s (2014-01-05)
|Author=Andreas Grech (aka Japheth)
|Licence=[[Open Watcom Public License]]
|WWW=
}}
'''JWasm''' is a fork of the Wasm assembler from the [[Open Watcom]] package created by Andreas Grech (aka Japheth). It supports more targets that the original ''wasm''. An additional tool can convert C header files into INC files. Additionally 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==
==Forks==
* '''Latest Version: 2.11a'''
*ASMC
*[[UASM]] (formerly HJWasm)


== Links ==
== Links ==
* http://www.japheth.de/JWasm.html
* JWasm Homepage: [https://web.archive.org/web/*/http://www.japheth.de/JWasm.html Archived]
* http://www.japheth.de/Download/JWasm/JWasm211as.zip (Source, requires compiling by Watcom C)
* [https://sourceforge.net/projects/jwasm/ JWasm source code] - on [[SourceForge]]
* http://hobbes.nmsu.edu/download/pub/os2/dev/asm/jwasm202.zip (Older version already compiled for OS/2 or eCS)
* jwasm202.zip (Older version already compiled for OS/2)
* [http://wiki.osdev.org/JWasm JWasm page on OSDev.org]


== License ==
[[Category:Assembler]]
Sybase, with a specific Open Source License. Allows free commercial and non-commercial use of Open Watcom.
 
==Author==
Andreas Grech (aka Japheth)
 
==Related Articles==
*
 
[[Category:Tools]]

Latest revision as of 19:19, 3 July 2022

JWasm
Name JWasm
Version 2.12s (2014-01-05)
Vendor
Author Andreas Grech (aka Japheth)
Licence Open Watcom Public License
WWW

JWasm is a fork of the Wasm assembler from the Open Watcom package created by Andreas Grech (aka Japheth). It supports more targets that the original wasm. An additional tool can convert C header files into INC files. Additionally 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.

Forks

  • ASMC
  • UASM (formerly HJWasm)

Links