65816/65C02: Example Projects for VS Code db65xx Debugging Extension

I’ve created a GitHub repository with example projects for testing my VS Code db65xx debugging extension. If you already have cc65 installed, you can try out these examples with a few keystrokes. Here are a few screenshots: Basic terminal I/O Example of integrated terminal I/O.  Prints “Hello world!” to the terminal and accepts keyboard input …

65816: Testing the 32-bit Floating Point Package with the VS Code db65xx Debugging Extension

A reader recently asked me about some troubles he was having getting my 32-bit floating point package up and running. I thought it would be a great test for my new VS Code 65816 debugging extension. With just a few edits to the test program the reader was using, I was up and running in …