-
A [software solution for this was discussed some years ago in this forum](http://forums.nesdev.com/viewtopic.php?t=5826).
Btw recently [many NES implementations in FPGA](https://github.com/mist-devel…
-
Hello i was looking at your code and I was wondering what is the ESP8266 for? Sorry a little lost to see that in the code.
Joseph
-
Similar to the PC version - the other icons appear to the right of the ammo count.
-
Is the hardware stack (page 1) underused by CC65?
If I understand well, parameters passing is done through registers + software stack.
Why is the software stack used in this case? I know the hardwar…
-
This is a really interesting project. I'd love see some more processor variants. In particular, the 65C02 processors used in Apple II computers are not represented here. They used NCR and GTE vendor c…
-
say you do
LDA myLabel,x
you will get told that the address of myLabel doesn't fit into 8 bits and you have to do
LDA.w myLabel,x
this also happens on
STA
CMP
LDX
ADC
etc
abs can ta…
-
There are "address size" qualifiers for code/data pointers in cc65, but for now only `__near__` and `__far__` are supported, one of which will be automatically added to pointers at definitions accordi…
acqn updated
11 months ago
-
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 able to make the linker output in b…
-
I wrote pretty much exactly the same thing last week. I wonder why your project did not pop up when I researched the issue.
Anyway, congrats! Avery nice and clean implementation. I will try later tod…
-
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 could be a Fedora build av…