-
### Brief description of your issue
When installing NASM, it is not added to the path.
### Steps to reproduce
1. `winget install -e --id NASM.NASM`
2. Investigate the path environment variable to …
-
There is build failure on `ppc64le`:
```
[00:00:09] + cargo build -j43 --offline --release --all-features
...
[00:00:12] Compiling aws-lc-rs v1.10.0
[00:00:12] Running `rustc --crate-name…
-
add support for [nasm](https://nasm.us) files
-
I am not 100% sure if I am right here, so apologies if I am not.
I was looking at test `OpSize/66_D6.asm` which has the instruction:
`movq xmm0, xmm2`
This on NASM generates the (probably unintende…
-
ccache support GAS/Clang IAS, which works very well, but for x86 many projects insist on using NASM and not allow GAS, e.g. ffmpeg, which leads to always spending a lot of time on x86asm when build x8…
-
This is a continuation of the discussion in https://github.com/ghaerr/elks/issues/1443#issuecomment-2489091235, regarding issues getting what is hopefully the latest version of a [C86 compiler](https:…
-
Programs that need to be rewritten from NASM into FASM:
- [ ] system/tinfo
- [ ] media/FillScr
- [x] #44
- [ ] #52
- [ ] #53
- [ ] fs/lod
- [ ] games/c4
Not fount on floppy image:
-…
-
There are two approaches available here:
* wait for segelf support to be added to NASM: https://bugzilla.nasm.us/show_bug.cgi?id=3392533
* write an OMF -> segelf object converter - this would also…
-
**Problem**
````
error: failed to run custom build command for `aws-lc-sys v0.21.2`
Caused by:
process didn't exit successfully: `C:\Users\me\AppData\Local\Temp\cargo-installZPq3k0\release\b…
-
At this moment compiling compability is completly broken for x64 MSVC because of inline asm inside `qmath.c` logic,
alternative would be to use jit machine code gen e.g. `asmjit` or put inline asm i…