JWasm icon indicating copy to clipboard operation
JWasm copied to clipboard

Masm compatible assembler

Results 13 JWasm issues
Sort by recently updated
recently updated
newest added

When assembling this file called **lin64_1.asm**: ``` ;--- "hello world" for 64-bit Linux, using SYSCALL. ;--- assemble: JWasm -elf64 -Fo=Lin64_1.o Lin64_1.asm ;--- link: gcc Lin64_1.o -o Lin64_1 stdout equ 1...

Builds tested on OS/2 (eCS 2.1) and Linux (Mint 18.3). Executables for DOS, OS/2 and Linux start fine on their platforms wherever there are built. I have no Windows, so...

@Hello71 reported that jwasm-family assemblers (jwasm, asmc, uasm) generate wrong relocation. See also: https://sourceforge.net/p/sevenzip/bugs/2338/ https://sourceware.org/pipermail/binutils/2022-April/120428.html

Since I started the fork some time ago thinking the development was abandoned and obviously it is continued here and active, do you need me to transfer the domain I...

This test case is based on the revision in https://hg.pushbx.org/ecm/edrdos/rev/8d01d7fe3cc1 This is the source of the test case, which is a part of drbio/init.asm plus all the files it includes:...

The definitive document on the OpenWatcom relicensing effort appears to be this wiki page, which had some activity as recently as 2023: https://github.com/open-watcom/open-watcom-v2/wiki/Relicensing-effort Quoting a part of that: > SAP...

If the variable named `JWASM` was set, jwasm (both DOS32/DJGPP and Linux) would parse the contents of that variable as a command line parameter. For example, ``` edrdos/repo/drbio$ JWASM=FOO jwasm...

At least under DosBox JWASMD refuses to overwrite an existing .OBJ file. JWASMR and the original WASM have no problems with it. Is that perhaps some incompatibility between the DOS...