Skip to content

Latest commit

 

History

History

basconvert

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink modules_init
page
PCjs BASIC File Conversion Utility
/tools/basconvert/
import BASFileUI from "/tools/modules/web/basfileui.js";
new BASFileUI("convertBAS", "displayBAS");

Select a IBM PC BASIC file from your machine and click Convert.

{% include web/transform.html form="convertBAS" action="Convert" output="displayBAS" %}

This page uses the BASFile.js JavaScript library to convert encrypted and/or binary IBM PC BASIC program files to plain-text, with any CP437 non-ASCII characters converted to UTF-8. This library is also built into the DiskImage.js command-line utility and is used in conjunction with the --normalize option.