UASM: Difference between revisions
m →Links |
mNo edit summary |
||
(3 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== | |||
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 | 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== | ==Links== | ||
* [https://github.com/Terraspace/UASM UASM source code] (GitHub) | |||
* [https://github.com/Terraspace/UASM UASM source code] | |||
[[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
- UASM source code (GitHub)