-
Notifications
You must be signed in to change notification settings - Fork 3
Home
cursorkeys edited this page Oct 27, 2021
·
27 revisions
Welcome to the basic64-js wiki!
BASIC 64/JS is a javascript implementation of Commodore64 basic, that is intended to run in the browser. It includes the full screen basic editor.
Note: This is NOT a Commodore 64 (full) emulator. What is the difference? Check Here.
- Runs in any (modern*) browser
- No need to install
- Optimized for editing basic programs
- Vic2 emulation (poke/peek); Sprites, Text mode, full PETSCII character set
- Screen editor emulation
- PETSCII control characters. Example: clear/home. Colors: White, Black, Red, ...
- Tries to be 99% basic compatible
- Added modern features
- Classic look and feel editing environment
- Storage. Save / Load your programs to browser storage.
You can either download the package (not yet), or go to the hosted website (also not yet), to use it.