-
tested with UASM 2.57
struct member addressing on global vars is different to local proc vars - with globals i can left out the struct on accessing
is there a reason for not allowing this address …
-
For the program below,
```
.x64
.model flat, fastcall
option win64:3
option frame:auto
.code
func proc arg1:dword
mov eax, arg1
ret
func endp
end
```
Uasm generates these instructions…
-
This instruction produces an error on the MSYS2 version of UASM (UASM v2.56, Nov 12 2022):
**mov ah,0ffh**
Error A2048: Operands must be the same size: 1 - 4
**mov ax,0ffh**
Error A2048: O…
-
In some cases, debug info generated by UASM, when linked with standard .lib, causes MS link.exe to throw "LINK : fatal error LNK1102: out of memory". This is in any case a bug in MS linker, but I stro…
-
https://github.com/pietroborrello/CustomProcessingUnit/blob/2d3b9df08fe6ce4d4ce53e04189c6204c0eb0381/uasm-lib/uasm.py#L645
based on the iret I belive this is CS_USERM but I could definitely be wron…
-
Hello,
When using UASM 2.57, I can compile for example this :
`vpextrw edx , xmm1 , 0x7`
I get this bytecode
`c4 e1 f8 c5 d1 07 vpextrw edx , xmm1 , 0x7`
which is wrong and means :
`…
-
when building libomp i get an uasm error about it not being able to find the source file ?!?
-
Hello @mrfearless , how'r you doin'?
I have setup RadASM with UASM. I had issues if i use libraries in this repo.
Platform:
**OS** : Windows 10 x64
**IDE** : RasASM v2.2.2.3
**Assemble…
-
I'm on macOS Big Sur, and have some C/C++ compilers installed:
- gcc (a.ka clang 12) via Apple Command Line Tools
- gcc-11 and clang 12 via Homebrew
After pulling the latest code from git, none o…
-
@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/202…
ghost updated
2 years ago