Software:AlphaBasic

From HandWiki
AlphaBASIC
Original author(s)Paul Edelstein,
Dick Wilcox,
Bob Courier
Developer(s)Alpha Microsystems
Initial release1976

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]

Features

AlphaBASIC shares much in common with other BASIC languages. It does offer some fairly unusual features such as multi-user orientation, 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

  1. Alpha Microsystems (1977), AlphaBasic : user's manual, North Irvine, CA, http://trove.nla.gov.au/work/192574235, retrieved 19 August 2017 
  2. AMIS and ANDI: Alpha Users Gather, By Ed Martino, InfoWorld, 11 May 1981, Page 45-46
  3. AMOS AlphaBasic user manual, 1977

External links