Jump to content

UASM: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Name=UASM
|Version=2.49 (Jun 2019)
|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/UASM UASM source code] - on [[GitHub]]


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

Revision as of 02:01, 12 December 2019

UASM
[[File:{{{Picture}}}|128px]]
Name UASM
Version 2.49 (Jun 2019)
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