I need a statement about the license conditions (Sybase Open Watcom Public License version 1.0 ) whether they allow commercial use (and if so, with what conditions)
also: aesdec, aesdeclast, vbroadcasti128
https://github.com/Baron-von-Riedesel/JWasm
Ymm registers are not properly supported
The number of pages in the file MZ
incorrect counting pMZ-> e_cp. if the sizetotal is a multiple of 512, pMZ-> e_sr...
incorrect counting pMZ-> e_cp. if the sizetotal is a multiple of 512, pMZ-> e_sr...
Hearing no reply I'm taking a whack at it now. I have made progress on getting "GOTOFF"...
Hearing no reply I'm taking a whack at it now. I have made progress on getting "GOTOFF"...
enHearing no reply I'm taking a whack at it now. I have made progress on getting...
Looking at the source it appears that JWASM doesn't have support for PIC. Too bad,...
Looking at the source it appears that JWASM doesn't have support for PIC. Too bad,...
Looking at the source it appears the JWASM doesn't have support for PIC. Too bad,...
Can I write position-independent code on Linux x86 using JWASM? Does anyone have...
Error A2271: structure field expected.
I have searched for this generally and spent many hours so far with it, without full...
I can host the mirror if people want that (on a good server).
JWasm SITE IS DOWN
I downloaded the latest JWASM for linux. I extracted it to my home directory. I then...
UGH !! JWASM is an assembler, not a compiler. Any real assembly language programmer...
Hi Japheth, I am missing in JWASM some features that used to see in TASM: - FASTIMUL...
RIP-relative addressing not supported
Also VPXOR and VPSHUFD etc don't work
vmovntdqa invalid operands
Attaching working test. Error is jwasm-bug.asm(19) : Error A2102: Symbol not defined...
Fail to resolve nested structures in invoke in some cases
sorry, the first line of the eaxmple should be: foostr TEXTEQU
bug in CreateVariable()?
nuls in output listing
jmp to computed offset
Jim, OpAttr is a can of worms, but this problem can be easily solved with AND 127...
To illustrate this further, here two excerpts from OllyDbg: part2 macro mov al,"3"...
another opattr difference
macro jump
might it be possible for you to upload the latest source code (2.12 pre)? Yes. See...
Hello japheth, might it be possible for you to upload the latest source code (2.12...
HIGHWORD-operator returns wrong values
Take your time, japheth. You did excellent job.
I have no free time for jwasm issues for the next months.
X64 directive and OMF output
I had to switch few files from masm to jwasm (2.11) compilation recently. With many...
Hello, Japheth! JWasm v2.11, Oct 20 2013 JWlink Version 1.9beta 13 When I use externdef...
Doh, you're right, I should have read my own instruction reference first...
Intel docs marks JMP r/m32 as N.S. in 64-bit code ( which I guess means "not supported"...
Hello japheth, I believe there must be a way how to force JWASM to assemble (-coff...
Hello japheth, I believe there must be a way how to force JWASM to assemble (-coff...
In 64-bit, you must be careful with push/pop if you used OPTION WIN64:2 in your source....
... .const szTextA CHAR "jwasm",NULL .code ... push rax invoke OutputDebugStringA,addr...
push and pop