-
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…
-
I am working on making Cross Chase as lean as possible by both removing unused code and files and by moving all devkit dependent code into a separate directory that can be excluded by selective checko…
-
Last night snapshot totally breaks the target (by hector and hector with subtype=hectorhr:
```
zcc.exe +hector -O3 -Icross_lib -Icross_lib/sleep -Icross_lib/display -Icross_lib/display/graphics…
-
A multitap has up to 5 controllers
https://github.com/BlockoS/HuDK/blob/6da79618697cab55dbb39f07fed14ac9500104a2/include/joypad.s#L18
we are supporting only 4 controllers
https://github.com/cc65/cc…
-
The workflows that were introduced lately for cc65 are very handy for the upstream work.
Unfortunately, they cause issues and error if someone clones cc65 (for example, in order to prepare a PR).
…
-
When color support is enabled (with appropriate define in makefile) for color support, the up2400 driver fails and PLATOTERM crashes.
The swiftlink driver is
The color support requires an NMI tra…
-
The [MOS Technology 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) is one of the most famous processors which was used in a lot of home computers in the 80ies.
Even today it is mostly progr…
-
This is required on systems (like the Atari VCS 2600) providing bank
switching of the whole memory (ROM) only. This means that when
switching from bank A to bank B, there is not a single byte of ban…
-
Hi.
Is it possible to dump the pre-defined macros, e.g. similar to as it does in GCC?
e.g. if I try something like this: ```cc65 -E -dM main.c``` then I got the following output:
```
Macro H…
-
Building upon the current plotting / textmode enhancements and its isolated yet modular-packaging, consider a "[minimalist](https://github.com/picocomputer/ehbasic-plus/issues/1#issuecomment-189084126…