-
Probably it's just not supported and should raise an error? If not, I can provide a simple test case, demonstrating the problem.
-
I noticed that numerous sites utilizing cloudflare seem to reject connections from my browser when I have the addon enabled. Simply disabling the "User-Agent Switcher and Manager" addon and refreshin…
-
Following compiles without any warning:
`option casemap:none ;needed for windows.inc
option fieldalign:8
option stackbase:rsp
option frame:auto
option literals:on
;please fix the path to Wi…
-
I have a lot of code that returns result from function in CF:
```asm
.CODE
option WIN64: 1
func PROC
; some processing
stc
ret
func ENDP
END
```
`UASM` assembles that a…
-
# Problem
When defining an UdonBehaviour variable in the source code, it is compiled as wrong type in uasm.
Expected behaviour is for it to be saved as `%VRCUdonUdonBehaviour`, but currently it is i…
-
[uasm-list-Bug.zip](https://github.com/Terraspace/UASM/files/3365448/uasm-list-Bug.zip)
Hi Folks,
Some Windows Editor complains a wrong line Delimiter in created .LST file. The listing startup:
…
-
# Problem
Latest version of the compiler introduced a bug making you unable to introduce your own custom events. You can still have custom functions, this is specifically impacting only functions who…
-
I'm trying to build the last "stable" UASM from sources (version 2.49 I believe). Master branch is broken, there are unresolved conflicts is in the repo, e.g:
https://github.com/Terraspace/UASM/blob/…
-
As far as I can see clang -fopenmp fails because of missing -lomp (libomp).
Did anybody tried to compile libomp? Is anybody interested in having clang working with openmp?
The most problematic iss…
adrpo updated
4 years ago
-
FYI: MSYS2 now has OpenMP built with UASM.