-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### About the icon
Just missing an assembly intel architecture icon
### Links and sources
https://icon-icons.com/i…
-
I'm seeing an increased number of `failed to parse data directory CLR` errors with version 1.5.4. I vaguely recall not observing such failures in previous versions.
Detailed log error messages:
…
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | x86_64 Ubun…
-
This is a documented GCC feature that partially doesn't work with Clang:
https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Output-Operands
https://www.felixcloutier.com/documents/gcc-asm.html#put…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Problem description
I searched for this issue but did not find a post about it. Sorry if it already exists.
…
-
```rust
#[inline(never)]
fn repro(buffer: &mut itoa::Buffer, n: i32) -> &str {
buffer.format(n)
}
fn main() {
println!("{}", repro(&mut itoa::Buffer::new(), i32::MIN));
}
```
The …
-
**Describe the bug**
16-bit addressing is ignoring the sign bit of a 16-bit displacement and is consequently showing an incorrect +'ve value in it's assembly. For example Ghidra shows things like
`…
-
### Description of the bug:
As of Bazel 7.3.1, the standard clang-cl Windows toolchain supports compiling assembly code using clang-cl.exe (as it does with C and C++ code). As of 7.4.0, the clang-cl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Placing multiple instances of the same part in assembly and then using Transform on …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Apologies if it's a dupe, but I didn't find anything.
Trying out 1.0 (so good) and I w…