Jump to content

UASM: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "'''UASM''' is a free MASM-compatible assembler based on JWasm. ===History=== Hr. Grech web site went offline in early 2014 which a number of people interpreted as him hav..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Software
|Picture=NA.png
|Name=UASM
|Version=2.55 (Mar 2022)
|Author=Branislav Habus<br/>John Hankinson
|Licence=Sybase [[Open Watcom Public License]] v1.0
|WWW=[http://www.terraspace.co.uk/uasm.html UASM homepage]
}}
'''UASM''' is a free MASM-compatible assembler based on [[JWasm]].
'''UASM''' is a free MASM-compatible assembler based on [[JWasm]].


===History===
==History==
Hr. Grech web site went offline in early 2014 which a number of people interpreted as him having stopped updating the JWasm package, so the JWasm 2.11 as code was taken by Branislav Habus and John Hankinson who renamed the package '''HJWasm''' and developed it further, however Hr. Grech had continued updating the original JWasm code and posted the updates on the [[SourceForge]] code repository so the package has effectively been forked into two branches. Neither version is built for OS/2 but the JWasm version has OS/2 header files and can be built with ease and the HJWasm fork has a [[DOS]] executable that can be run under OS/2, although the maintainers have removed some of the OS/2 header and build files.
Hr. Grech web site went offline in early 2014 which a number of people interpreted as him having stopped updating the JWasm package, so the JWasm 2.11 as code was taken by Branislav Habus and John Hankinson who renamed the package '''HJWasm''' and developed it further. However Hr. Grech had continued updating the original JWasm code and posted the updates on the [[SourceForge]] code repository so the package has effectively been forked into two branches.


* Latest HJWasm version: 2.14 (2016-06-01)
Neither version is built for OS/2 but the JWasm version has OS/2 header files and can be built with ease and the HJWasm fork has a [[DOS]] executable that can be run under OS/2, although the maintainers have removed some of the OS/2 header and build files.
 
==Authors==
* Branislav Habus
* John Hankinson


==Links==
==Links==
* [http://www.terraspace.co.uk/uasm.html UASM homepage]
* [https://github.com/Terraspace/UASM UASM source code] (GitHub)
* [https://github.com/Terraspace/HJWasm UASM source code] - on [[GitHub]]


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

Latest revision as of 17:26, 21 September 2022

UASM
Name UASM
Version 2.55 (Mar 2022)
Vendor
Author Branislav Habus
John Hankinson
Licence Sybase Open Watcom Public License v1.0
WWW UASM homepage

UASM is a free MASM-compatible assembler based on JWasm.

History

Hr. Grech web site went offline in early 2014 which a number of people interpreted as him having stopped updating the JWasm package, so the JWasm 2.11 as code was taken by Branislav Habus and John Hankinson who renamed the package HJWasm and developed it further. However Hr. Grech had continued updating the original JWasm code and posted the updates on the SourceForge code repository so the package has effectively been forked into two branches.

Neither version is built for OS/2 but the JWasm version has OS/2 header files and can be built with ease and the HJWasm fork has a DOS executable that can be run under OS/2, although the maintainers have removed some of the OS/2 header and build files.

Links