Jump to content

JWasm: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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'', 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.
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==
==Forks==
Line 7: Line 7:
==Version==
==Version==
* Latest version: JWasm 2.12s (2014-01-05)
* Latest version: JWasm 2.12s (2014-01-05)
* Latest HJWasm version: 2.14 (2016-06-01)


== Links ==
== Links ==
* JWasm 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.
* JWasm Homepage: [https://web.archive.org/web/*/http://www.japheth.de/JWasm.html Archived]
* [https://sourceforge.net/projects/jwasm/ JWasm source code] - on [[SourceForge]]
* [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)
* http://hobbes.nmsu.edu/download/pub/os2/dev/asm/jwasm202.zip (Older version already compiled for OS/2)
* [http://www.terraspace.co.uk/hjwasm.html HJWasm homepage]
* [https://github.com/Terraspace/HJWasm HJWasm source code] - on [[GitHub]]
* [http://wiki.osdev.org/JWasm JWasm page on OSDev.org]
* [http://wiki.osdev.org/JWasm JWasm page on OSDev.org]


Line 22: Line 19:
==Author==
==Author==
* Andreas Grech (aka Japheth)
* Andreas Grech (aka Japheth)
* Branislav Habus
* John Hankinson


[[Category:Assembler]]
[[Category:Assembler]]

Revision as of 01:04, 14 January 2018

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)

Version

  • Latest version: JWasm 2.12s (2014-01-05)

Links

Licence

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

Author

  • Andreas Grech (aka Japheth)