Calypsi-tool-chains icon indicating copy to clipboard operation
Calypsi-tool-chains copied to clipboard

Overview of the Calypsi tool chain and open source support packages

Results 17 Calypsi-tool-chains issues
Sort by recently updated
recently updated
newest added

Have noticed that when I use the '%' operator, that my program crashes. I've reproduced this in a small test: printf("before trying mod\n"); int a = 10; printf("after assigning a,...

I've been investigating using Calypsi for a hobby 65816 system I've built, but unfortunately all my home systems run Fedora Linux. It would be awesome if at some point there...

A short RPN program will compile correctly. When adding a .import 41CX (actually all modexport files fail). Using a non-existing .modexport file gives another error. Issue seen under Windows 10,...

In a MEGA65 system when writing a procedure such as the following the generated assembly code does not seem correct. ``` void setcharsetaddr(unsigned long address) { POKE(VIC_BASE + 0x68, (address...

Probably a trivial fix, but the current .deb package for amd64 doesn't install on Debian Unstable, because it requires libtinfo5, while Debian Unstable only offers libtinfo6. I would venture a...

This is a bit of an odd one; what I want to do is use the COP interrupt as a kernel API entry point, taking arguments in C, X, and...

Hi, I've been trying out the Calypsi 65816 tools today and I've managed to get a minimal working program that pokes direct to memory. However, I don't seem to be...