-
**Describe the bug**
Disassembling a Super Mario Bros. 3 (U) (PRG1) ROM fails with an error stating that assembler '' is unsupported. Explicitly specifying an installed assembler (nesasm, ca65, asm6f…
-
The following code:
```c
void foo() {
asm("movq $0, %cs:%ds:(%rax)");
}
```
triggers an assertion in `X86AsmParser::ParseMemOperand()`:
```console
clang: /root/llvm-project/llvm/lib/Targ…
-
Some math manglings from xocc's SPIR libraries appear to be incorrect or missing. In the sense that math functions correctly translated to their SPIR mangled names (found in: https://github.com/Khrono…
-
I upgraded my own project's dexlib2 dependency to 3.0.7, and I tried to use dexlib2 to modify a dex built by d8, but it reported an error. I found that the problem was caused by [this commit](https://…
-
```
What steps will reproduce the problem?
I've developed an algorithm (to solve polyominoes) for which the GPU code could
be generated.
What is the expected output?
I expected the algorithm to gen…
-
```
What steps will reproduce the problem?
I've developed an algorithm (to solve polyominoes) for which the GPU code could
be generated.
What is the expected output?
I expected the algorithm to gen…
-
```
What steps will reproduce the problem?
I've developed an algorithm (to solve polyominoes) for which the GPU code could
be generated.
What is the expected output?
I expected the algorithm to gen…
-
## Is your feature request related to a problem? Please describe.
In my time using Ghidra to disasemble PowerPC (specifically, `ppc32-eabi`), I have come across functions whose prototypes contain `…
-
The following is the list of instructions which we currently disassemble and lift (Fully or Partially). If you have any instructions which differ from this table, there is likely a bug or a documentat…
-
Can you provide us your guide link on readme.md? I didn't found it... thanks