Skip to content
  • Home

Tag: n-queens

Posted on January 11, 2023January 17, 2023

65816: Running C-based Code Outside Bank 0 on the 65816

In my last post I showed that you could run cc65 compiled C-based code on the 65816. The main limitation was that the C-based segments had to be located in Bank 0 (and of course that the standard C-library functions were running with 8-bit registers and none of the 65816 added instructions or address modes). …

Continue reading “65816: Running C-based Code Outside Bank 0 on the 65816”

Posted on December 30, 2022January 9, 2023

65816: Running C-based Code on the 65816

I’ve been wondering for a while if I could run C-based code on the 65816 using the cc65 toolset. Browsing through the cc65 documentation and C libraries it’s pretty clear that the 65816 isn’t specifically supported. In fact, the C libraries are primarily targeted towards the 6502 with just modest support for the 65C02. The …

Continue reading “65816: Running C-based Code on the 65816”

Posted on December 23, 2022December 28, 2022

C Coding: Tripped Up by a Carraige Return

Try out the completed N-Queens project discussed in this post You may have noticed from my last few posts that I’ve been adding support for the C programming language to my db65xx debugging extension for VS Code. When I first started with cc65, the added complexities needed to program in C kept me firmly in …

Continue reading “C Coding: Tripped Up by a Carraige Return”

Recent Articles

  • S-Pixie: PCB Build Transmitter Testing
  • CW Messenger: Protoboard Build Start to Finish
  • CW Messenger: Prototype Testing
  • CW Messenger: A New Project
  • S-Pixie: Audio Amplifier

Admin

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy Policy Terms and Conditions Contact Us
Copyright © 2020-2025 TRobertson