-
Where is the code for the MC10 target located by default when compiled by running the following command?
```
cc68 -tmc10 foo.c -o foo
```
Is it located at $4200 just after text mode video ram?
I …
-
The term "constant" is overloaded with meanings. That, unfortunately, creates confusions, and leads to issues in cc65. We'd like to have some clean-ups.
Related Issue: #250.
Let's just forget ab…
-
Hello.
I tried to build this morning rom rev 48 on my archlinux using ca65 2.18 and I got this error message:
```
INFO: unique module name text_input_ did not appear map file modules. We're goi…
-
Error:
./../neslib/neslib.h:300: Error: Macro redefinition is not identical
1 errors and 0 warnings generated.
make: *** Error 1
for the following folders:
02
..
11
13
..
22
So, only two pr…
-
I am unable to compile a project. I tried both the CC65 C and CC65 Assembly template projects while making absolutely no changes to either, and neither was able to compile and the entire program crash…
-
How would I add my source code to view like your examples? And I see that you are using a linker map file and not just a regular map file? How compatible is it with the map file generated from cl65?
…
-
There are a few issues related to ABI decisions to make:
- #2014:
**ABI breakage** Should we always pass arguments as default-promoted (eg. `char` to `int`, `float` to `double`) to a K&R-style fun…
acqn updated
9 months ago
-
More of a chat than an issue, but github doesn't really have such a feature. Anyway, I was playing with your code to get a feel for GB dev in a working project that does something non-trivial. Yours s…
-
So now that finally building and testing using cmd.exe is supposed to be working again - the regular build just fails. This seems to be another crazy issue with mingw and the windows crt
```
cc65/co…
-
I found more invalid links in cc65 wiki pages. Just for example:
https://github.com/cc65/wiki/wiki/Hello-cc65%21
1. Click on the "cc65 documentation", "Introduction section", "compile & Link uti…