-
I may be wrong but I believe that the code generated for the following test cases is incorrect:
LDA $1234,PC
LDA -$1234,PC
03DA-A6 8D **12 34** 468 (10) LDA $1234,PC
03DE-A6 8D **E…
-
### Problem Description
Many use-cases of AsmResolver will involve opening "weird" binaries. These include binaries that are either half-broken / corrupted, or intentionally made difficult to read pr…
-
## Problem Description
We recently encountered issues with the latest pre3 NONOS SDK that forced us to revert to 2.2.1, ref #5784. The issues in the NONOS sdk, and their potential solutions, are tr…
-
This language is not as advertised
---
This language does not do over 90% of what is advertised. Most of what is advertised is not coherent with most of the claims you have stated. With the new re…
-
This is a bit of a follow up to this other perfomance thread I posted at https://github.com/pallene-lang/pallene/discussions/561.
I've been looking a little deeper into the compiler's ability to un…
-
I am the developer primarily in charge of formats on the Embroidermodder project. We have a simple implementation of writing PES files. Recently I worked to understand the entire PES format primarily …
-
Hi Rodney,
First of all congrats on releasing this - it looks extremely cool and is something I'd definitely like to build. :)
Anyway, I'm the author of GLaBIOS and i387DX on TRW Discord sugges…
-
I think there are valid use cases for DOM APIs like `DOMParser`, `XMLSerializer`, `document.implementation.createDocument()` etc. to be available in web workers. I don't mean having direct access to t…
-
We have a repository consisting of mostly KiCAD design files and C++ firmware files (and Makefiles, since someone checked in dependency files -.-). However when looking at the project's landing stats …
-
I believe we should help push cimgui forward. It has been immensely useful but its showing its age.
I wonder if we can adopt a different strategy for it, and/or just rewrite it sanely with a third …