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 …