| Index |
![]() |
| JWasm compared with | Advantages | Disadvantages |
|---|---|---|
| MASM | JWasm is free, no artificial license restrictions, can be used to create binaries for any OS. | None. |
| JWasm's source is open. Hence JWasm is able to run - natively - on Windows, DOS, Linux, FreeBSD and OS/2. | ||
| More output formats supported (Bin, ELF). | ||
| optionally very small object modules can be created | ||
| better support for Open Watcom, for example the register-based calling convention | ||
| JWasm is faster than Masm. | ||
| TASM | JWasm is available. TASM isn't legally available. And LZASM, which is sort of a TASM clone, understands IDEAL mode only. | TASM additionally understands IDEAL mode. This was a big advantage compared to MASM v5.1, but compared to MASM v6 syntax there are no benefits anymore. |
| JWasm has full support for STRUCTs and UNIONs. TASM has severe limitations and bugs in this area. | ||
| JWasm supports virtually all more recent MASM features (PROTO, INVOKE, hll directives, ... ), most of which TASM won't understand. | ||
| JWasm supports instructions of recent Intel CPUs, TASM is behind. | ||
| POASM | JWasm is open source | None. |
| JWasm additionally supports output in OMF, ELF and binary format | ||
| JWasm supports 16-bit and segmented memory models. POASM understands FLAT only. | ||
| Unlike POASM, JWasm is compatible with MASM's implementation of macros. | ||
| POASM lacks the ability to create a listing file. | ||
| WASM | JWasm's macro capabilities are ways better than Wasm's. | Wasm's cmdline is more compatible with Open Watcom tools |
| JWasm fully supports Masm v6 syntax. In Wasm, most of the additions done in Masm v6 are missing. | ||
| Besides OMF, JWasm supports COFF, ELF and binary output formats. | ||
| JWasm supports 64-bit. |
![]() Binary Windows |
![]() Binary Linux |
![]() Binary DOS |
Source |
|||
|---|---|---|---|---|---|---|
| JWasm v2.06e | 07/22/2011 | JWasm206bw.zip | JWasm206bl.zip | JWasm206bd.zip | JWasm206s.zip | change log |
| JWasm v2.07 preliminary | 11/03/2011 | JWasm207bw.zip | JWasm207bl.zip | change log |
| WRC - OW resource compiler v1.9 | 05/2010 | Win32 | wrc.zip (binary) |
| WDW - OW debugger for NT/XP v1.8 | 02/2009 | Win32 | wdw.zip (binary) |
| PE - PE, COFF, AR dumper | 01/13/2010 | Win32, DOS | pe.zip (binary & source) |
| Agner Fog's ObjConv v2.09 - Object format converter + Disassembler |
08/2009 | DOS | objconv.zip (binary) |
| MS OMF Linker v5.60 | 12/1994 | Win32, DOS | lnk563.exe |
| MS NMake v1.5 | 1994 | Win32 | nmake15.exe |