Loading and Saving in Vipersoft BASIC ------------------------------------- By Lance Squire August 5, 2008 This information is based on a posting to the Bally Alley discussion group. Vipersoft itself can load and save both 2000 baud and 300 baud. What are the commands for this? Previously the only Viper instructions at Ballyalley.com were here: http://www.ballyalley.com/documentation/viper/viper_1_and_extended_basic.pdf Unfortunately there is no mention of the method of saving in this manual. The only hint I got for this was the 'Video Instructions' tape that came with the ViperBASIC tape. It cryptically says: 300baud side: To be loaded under Vipersoft Mem-Control switches: auto wr/24K :input GO 2000baud side: To be loaded under Vipersoft Mem-Control switches: auto wr/24K LOAD GO I tried the obvious opposite to 'LOAD' and it worked. So, In Vipersoft BASIC: 2000baud 'LOAD' to load a program 'SAVE' to save. 300baud :INPUT to load a program :PRINT to save. Just like BallyBASIC This is why I've said before that BlueRAM programs can be moved to ViperBASIC once the BlueRAM saves them at 300 baud. Then only incompatible (added) commands become the issue. END OF DOCUMENT