-
Is there a way to create an assembly project that uses the ca65 assembler (included with cc65)? I see other assemblers are supported, but it seems like for cc65 only C is an option.
Thanks
-
followed the instructions as per readme.md
everything seems to be working, but...
$ make
Building project...
mkdir -p bin
mkdir -p lst
mkdir -p map
cl65 --static-locals -t none -C src/inclu…
-
```
When using cc65 overlay for editor, might be possible to avoid some standard
library overhead for movie player
```
Original issue reported on code.google.com by `kotlin...@gmail.com` on 3 Jun 20…
-
The cc65 `lseek` (and thus, `fseek`) for `atari` only works on Sparta DOS X, since the NOTE/POINT system available on other DOS'es are insufficiently expressive to implement it (since they speak Secto…
-
Hello.
I tried to build this package using the source tarball with cc 2.65 and every time I try, build process stops with this error:
```
./scripts/trace_info.py 13 x16-edit/conf/x16edit-rom.cf…
-
Try to port some CC65 examples to pyNES.
http://shiru.untergrund.net/files/src/cc65_nes_examples.zip
https://www.youtube.com/watch?t=5&v=jvgz5sY5xUw
-- Disclamer --
Right now, it's not possible. Som…
-
```
cl65 -v -tatari src/menu.c -Csrc/menu.cfg -m menu.bin.map -o menu.bin
Opened include file `src/menu.h'
Opened include file `/usr/lib/cc65/include/stdio.h'
Opened include file `/usr/lib/cc65/i…
-
Version 1.7 is supported and worked so far.
Since version 1.8 building fails claiming double Export of startup entry.
-
To support c89 with try catch you could base your output off "setjmp" && "longjmp".
```
#include
#include
jmp_buf __threadExceptionBuff;
#define TRY switch(setjmp(__threadExceptionBuff)) …
-
### Describe the bug
Selecting any cc65 target produces incorrect assembly output.
It looks like you are using da65 to disassemble the output created by cc65, which happens to be an assembler ("te…