Skip to content

KrisKennaway/bastoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

bastoken

Tokenizer for AppleSoft BASIC

Usage

python bastoken.py <input> <output>

where

  • <input> is a text file containing the AppleSoft BASIC program
  • <output> will contain the tokenized program, suitable for running on an Apple II

The output file can be written back to a disk image, e.g. using AppleCommander:

java -jar /path/to/AppleCommander.jar -p <disk> <file> BAS 0x801 < <output>

where

  • <disk> is the name of the disk image to write to
  • <file> is the filename on this disk image to which the BASIC file should be written
  • <output> is the file created by bastoken.py

About

Tokenizer for AppleSoft BASIC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages