Skip to content

GmEsoft/TRS80_BASIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

TRS80-BASIC

Some BASIC implementations for the TRS-80

🚧 WORK IN PROGRESS 🚧

This repository contains source code for several implementations of Microsoft's BASIC-80 interpreter, incorporating original label names and comments wherever possible from ALTAIR BASIC and the GW-BASIC GitHub project.

I also included 2 subprojects containing the LSI (Logical System Inc. / Misosys) extensions for the Model 4 editions of BASIC and BASICG.

See branch develop. The following BASIC versions are included:

  • Model I Level II BASIC
  • Model 4 TRSDOS 6.2 Disk BASIC and Hi-Res BASICG
  • Model 4 LS-DOS 6.3 Disk BASIC with LSI enhancements
  • Model 4 LS-DOS 6.3 Hi-Res BASICG with LSI enhancements
  • CP/M MBASIC.COM version 5.21

Legal Notice

This repository contains a derivative work based on multiple publicly available sources. It does not represent the original source code in its authentic form. No claim of ownership is made over the original code; all rights remain with the respective original authors and copyright holders.

License

MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

About

Some BASIC implementations for the TRS-80

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published