-
Running UASM x86 (32bit) on Windows for this simple program:
```asm
.386
.model FLAT, C
.CODE
mov al, 0F0h
mov ah, 0F0h
mov ax, 0F0h
mov eax, 0F0h ; this one works
END
```
Results i…
-
11:52:55 ┌ vulkan-loader git ........................ [Recently updated]
11:52:56 ├ Running uninstall...
0001-loader-cross-compile-static-linking-hacks.patch
Patch could not be applied wit…
-
Previously with U# 0.20.x it was possible to export to an Assembly Asset according to this Wiki:
https://github.com/vrchat-community/UdonSharp/wiki/Exporting-to-Assembly-Files
The button is gone…
-
Hi, i want to know if this fork kept the DOS and Watcom compatibility knowing the OG source code releases are really tough to rebuild unless i want to use the old Watcom prebuilt libraries.
I can i…
-
Hello.
While building 7-zip 21.03 with uasm 2.52 [it was discovered](https://sourceforge.net/p/sevenzip/discussion/45797/thread/9f5b067368/#e66d/1882/73cb/bde9/92cb) that uasm generates extra `sub …
-
Hi John,
This assembles fine in UAsm and MASM, except that UAsm complains if there is a comment...
Warm regards,
Jochen
include \masm32\include\masm32rt.inc
.686p
.xmm
.code
MyQ dq 1…
-
Hi
By accident I wrote shrx rdx,3 and uasm (V 2.55) compiled it without errors.
When debugging I saw that it was decompiled as shrx rdx,rax,r15.
I suspect something is wrong with this instruction. …
-
Hi John
Compiling the following statement, I noticed some strange behavior in 64-bit
Code: [[Select]](javascript:void(0);)
test rax, 800000000000000h => Error A2237: Constant value too large: 8…
-
The recent release fails to build on Linux.
I've tried to build with just `dbgcv.c` changes in #161 and it compiles successfully.
On behalf of the greater community, it would be much appreciated…
-
Hi there, not sure if this is actually a bug or I am missing something but nevertheless, I've come across what appears to be a very weird bug. This issue manifested itself in JWASM, and again in UASM …