Elthial

Results 7 issues of Elthial

Minor bug but one I've noticed consistently. All switch statements in my code are `switch(bx)` even when the switch statement is the first thing in the function. Also I'm not...

It appears a [BP -2h] is not being declared inside a If scope and then from that point forward the [BP -2h] starts causing FP-EvenNum errors in the code as...

This is a request to allow annotations in .inc files so that the complete workflow can be done in a C like environment instead of being split between the .inc...

So I am wondering if it is possible to compress a SegPtr lookup in Reko HL code into just the SegPtr and use that to work out further variable references....

bug

We require the functionality to specify sections of the code to be left as assembly. This is because the original section of code itself was ASM and not a higher...

enhancement
code-generation

This is functionality that is provided in some other decompilers and would be a nice to have. If we have a static memory location in the decompiled code that points...

The `ObjectPool` does not reset `T poolable` when pulling it from the `_freeitems` deque. This is a problem when you have an `ObjectPool` that calls `Return` on all of its...

bug