-
I just came across this project and it looks awesome. The only assembly I ever write is 6502 (for the NES, generally) using ca65 (https://cc65.github.io/doc/ca65.html)
it would be awesome if asm-ls…
-
For anyone wanting to map addresses back to C sources, parsing the dbgfile from ld65 seems to be the way forward.
The approach in this comment describes a workable method
https://github.com/cc65/c…
-
Hi! I'm joseph Rose, a.k.a. Harry Potter, and recently, I've been getting the following error after optimizing two C64 programs:
ld65: Precondition violated: Index < C->Count, file 'common/coll.h'…
-
Add the `--add-source` cc65 flag to the C SDK and display the commented code in the code stepper.
-
-
Points:
- Each enumerator constant of the same enumeration may have different types during the definition of the enumeration until it is completed.
- The allowed type of an enumerator constant witho…
acqn updated
2 months ago
-
The given website for Binary Calculator is not fully responsive
#screenshot
-
Hey, do you mind if we use issues to ask questions about the demos, or is there a better place to do so?
I'm trying to understand this line. Where does 0x010000 come from?
```
// Address bits 1…
-
Hi, I would like to use your work in my project (https://github.com/Fabrizio-Caruso/CROSS-LIB), which uses the very latest versions of CC65.
Since Cross-Lib supports the most up to date CC65 versions…
-
On Fedora Linux:
Having first installed `libusb1` and `libusb1-devel` packages as advised by the installation instructions (chapter 4.3), and then downloaded the OpenCBM source code from https://gi…