Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CBM BASIC RunnerNew to Visual Studio Code? Get it now.
CBM BASIC Runner

CBM BASIC Runner

Vincze

| (0) | Free
Run Microsoft BASIC (6502) programs with cbmbasic
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CBM BASIC Runner

Run Microsoft BASIC programs for the 6502 processor directly from VSCode using cbmbasic — a 100% compatible Commodore 64 BASIC V2 interpreter (licensed from Microsoft).

Requirements

Install cbmbasic locally:

git clone https://github.com/mist64/cbmbasic.git
cd cbmbasic && make

Then set the path in VSCode settings: cbmbasicRunner.interpreterPath

Usage

Open any .bas file and:

  • Press Ctrl+Shift+R to run
  • Right-click → Run BASIC Program
  • Click ▶ Run BASIC in the status bar

Example

10 PRINT "HELLO FROM 6502 BASIC!"
20 FOR I=1 TO 5
30 PRINT I
40 NEXT I
50 END
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft