Menu

Basic v7

Flexman
2016-12-28
2016-12-29
  • Flexman

    Flexman - 2016-12-28

    I tried to open a .prg File that was created with CBM Basic v7 on the C128.

    It works fine so far except that the newer commands are not recognized. Instead of "Play", "Movspr", etc. you'll have some unrecognized character.

    But it seems that it shouldn't be too difficult to add the Basic v7 commands. (You can find an example of an C128-PRG here, the 1st file on the disk.)

     
  • Björg Stojalowski

    It should already work, you have just to replace the token file in BasEdit.ini.
    Look for the following entry:

    ' Tokenfile for BASIC version
    TokenFile=TokenList_BasicV2.txt
    

    And replace it with

    ' Tokenfile for BASIC version
    TokenFile=TokenList_BasicV7.txt
    

    (= change BasicV2 in BasicV7)

    There are some more basic token files in the Basic-Tokens subdirectory of BasEdit for the other commodore machines.

     

Log in to post a comment.