This is an online Commodore 64 emulator for sharing BASIC snippets.
BASIC will be converted to PRG and executed in a C64 emulator. Links can be generated for sharing.
Upload or drag and drop PRG and BASIC files anywhere on the screen
2.0 (2023-12-18)
- Rewrote the converter, fixing numerous bugs. Added support for mixed-case (CBM prg Studio)
- Removed macro support for {chr192} {$192} lists {CLR,PI} or {$40,41,42,32}
- Added BasText macro definitions
- Added upload BASIC and PRG files
- Added download PRG button
- Link is now generated inline
1.4 (2023-06-11)
- Improved error messages
- Added 80 characters with abbreviations validation
- Added new byte macros e.g {chr192} or {$192}
- Added macro list support e.g. {CLR,PI} or {$40,41,42,32}
1.3 (2023-01-06)
- If first line has a REM statement, this should be the HTML title
1.2 (2023-01-03)
- Autostart BASIC in emulator
- Emulator in top of screen
- Added favicon
- Added og:image generated from code (image preview in Facebook)
- Added parse error handling (shown in a messagebox)
1.1 (2023-01-01)
- Added PETSCII charset
- Added marcro support
- Added keyword abbreviation support
1.0 (2022-12-30)
- First version online. Translates a subset of BASIC code into executable PRG format