BasDeTok: Difference between revisions

From tehowiki
Jump to navigation Jump to search
imported>Gfis
simple start
 
imported>Gfis
m Typo
 
Line 1: Line 1:
'''BasDeTok''' is a converter for binary files which were stored by legacy BASIC compilers. Such files contains so-called ''tokens'' for the representation of BASIC language elements. The ''detokenizer'' replaces the binary token values by their corresponding BASIC keyword and thereby reconstructs the origianl BASIC source file.
'''BasDeTok''' is a converter for binary files which were stored by legacy BASIC compilers. Such files contains so-called ''tokens'' for the representation of BASIC language elements. The ''detokenizer'' replaces the binary token values by their corresponding BASIC keyword and thereby reconstructs the original BASIC source file.


=== Commandline Usage ===
=== Commandline Usage ===
  usage:  java org.teherba.basdetok.Command [-enc encoding]
  usage:  java org.teherba.basdetok.Command [-enc encoding] input.bas > output.asc
     -copy    File Copy
     -copy    File Copy
     -m20    Olivetti M20 with PCOS
     -m20    Olivetti M20 with PCOS
     -msx    MicroSoft eXtended BASIC
     -msx    MicroSoft eXtended BASIC
     -pc      PC with MS-DOS
     -pc      PC with MS-DOS

Latest revision as of 18:19, 3 January 2023

BasDeTok is a converter for binary files which were stored by legacy BASIC compilers. Such files contains so-called tokens for the representation of BASIC language elements. The detokenizer replaces the binary token values by their corresponding BASIC keyword and thereby reconstructs the original BASIC source file.

Commandline Usage

usage:  java org.teherba.basdetok.Command [-enc encoding] input.bas > output.asc
   -copy    File Copy
   -m20     Olivetti M20 with PCOS
   -msx     MicroSoft eXtended BASIC
   -pc      PC with MS-DOS