Skip to content
This repository has been archived by the owner. It is now read-only.
The original source code of Microsoft GW-BASIC from 1983
C++ C
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore Initial commit Feb 10, 1983
ADVGRP.ASM Initial commit Feb 10, 1983
BIBOOT.ASM Initial commit Feb 10, 1983
BIMISC.ASM Initial commit Feb 10, 1983
BINTRP.H Initial commit Feb 10, 1983
BIPRTU.ASM Initial commit Feb 10, 1983
BIPTRG.ASM Initial commit Feb 10, 1983
BISTRS.ASM Initial commit Feb 10, 1983
CALL86.ASM Initial commit Feb 10, 1983
CODE_OF_CONDUCT.md Initial commit Feb 10, 1983
CONTRIBUTING.md Initial commit Feb 10, 1983
DSKCOM.ASM Initial commit Feb 10, 1983
FIVEO.ASM Initial commit Feb 10, 1983
GENGRP.ASM Initial commit Feb 10, 1983
GIO86.ASM Initial commit Feb 10, 1983
GIO86U Initial commit Feb 10, 1983
GIOCAS.ASM Initial commit Feb 10, 1983
GIOCOM.ASM Initial commit Feb 10, 1983
GIOCON.ASM Initial commit Feb 10, 1983
GIODSK.ASM Initial commit Feb 10, 1983
GIOKYB.ASM Initial commit Feb 10, 1983
GIOLPT.ASM Initial commit Feb 10, 1983
GIOSCN.ASM Initial commit Feb 10, 1983
GIOTBL.ASM Initial commit Feb 10, 1983
GWDATA.ASM Initial commit Feb 10, 1983
GWEVAL.ASM Initial commit Feb 10, 1983
GWINIT.ASM Initial commit Feb 10, 1983
GWLIST.ASM Initial commit Feb 10, 1983
GWMAIN.ASM Initial commit Feb 10, 1983
GWRAM.ASM Initial commit Feb 10, 1983
GWSTS.ASM Initial commit Feb 10, 1983
IBMRES.ASM Initial commit Feb 10, 1983
IBMRES.H Initial commit Feb 10, 1983
ITSA86.ASM Initial commit Feb 10, 1983
KANJ86.ASM Initial commit Feb 10, 1983
LICENSE Initial commit Feb 10, 1983
MACLNG.ASM Initial commit Feb 10, 1983
MATH1.ASM Initial commit Feb 10, 1983
MATH2.ASM Initial commit Feb 10, 1983
MSDOSU Initial commit Feb 10, 1983
NEXT86.ASM Initial commit Feb 10, 1983
OEM.H Initial commit Feb 10, 1983
README.md Added announcement blog link May 22, 2020
SCNDRV.ASM Initial commit Feb 10, 1983
SCNEDT.ASM Initial commit Feb 10, 1983
SECURITY.md Initial commit Feb 10, 1983

README.md

Microsoft GW-BASIC Interpreter Source Code

This repo contains the original source-code for Microsoft's GW-BASIC interpreter, as of 1983.

Announcement blog

https://devblogs.microsoft.com/commandline/microsoft-open-sources-gw-basic/

Information

This repo:

  1. Is being released for historical reference/interest purposes, and reflects the state of the GW-BASIC interpreter source code as it was in 1983
  2. Will not be modified - please do not submit PR's or request changes
  3. Contains no build scripts, makefiles, or tools required to generate executable binaries, nor does it contain any pre-built binaries / executables

License

All files within this repo are released under the MIT (OSI) License as per the LICENSE file stored in the root of this repo.

Contributing

The source files in this repo are for historical reference and will remain read-only and unmodified in their original state. Please do not send Pull Requests suggesting any modifications to the source files.

Further contribution guidance can be found in the Contributor's Guide stored in the root of this repo.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You can’t perform that action at this time.