AlphaBasic
Original author(s) | Paul Edelstein, Dick Wilcox, Bob Courier |
---|---|
Developer(s) | Alpha Microsystems |
Initial release | 1976 |
AlphaBASIC is a computer programming language created by Alpha Microsystems in 1976.[1][2] The language was written by Alpha Microsystems employees Paul Edelstein, Dick Wilcox and Bob Courier.[3]
Unique Features[]
AlphaBASIC shares much in common with other BASIC languages. It does offer some fairly unusual features such as , ability to control memory layout of variables (MAP statement), calling of external assembly language subroutines (XCALL statement). The language is designed for developers of vertical market software packages. The compiler and runtime system are written in Motorola 68000 assembly language, and thus are only able to run on Alpha Microsystems hardware. The compiler emits interpreter code.
References[]
- ^ Alpha Microsystems (1977), AlphaBasic : user's manual, North Irvine, CA, retrieved 19 August 2017
- ^ AMIS and ANDI: Alpha Users Gather, By Ed Martino, InfoWorld, 11 May 1981, Page 45-46
- ^ AMOS AlphaBasic user manual, 1977
External links[]
- AlphaBASIC User's Manual
- Softworks Basic is a compatible superset of the AlphaBasic Language
- Softworks Basic is an AlphaBASIC compatible language for Windows, Linux, Unix[citation needed]
- Softworks Basic to VB.Net Translator translates AlphaBASIC and Softworks Basic into Microsoft VB.Net 2005[citation needed]
Categories:
- BASIC interpreters
- Assembly language software
- Computer programming stubs