You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marshall Gates 1a8f03b322 Clean up bad end of file markers 6 months ago
..
u0 Clean up bad end of file markers 6 months ago
Readme.txt Minor Documentation Updates 6 months ago

Readme.txt

===== Microsoft Basic-80 Compiler v.5.30a =====


The Microsoft BASIC Compiler is a highly efficient programming tool that
converts BASIC programs from BASIC source code into machine code. This
provides much faster BASIC program execution than has previously been
possible. It can make programs run an average of 3 to 10 times faster than
programs run under BASIC-80. Compiled programs can be up to 30 times
faster than interpreted programs if maximum use of integer variables is
made.

View BASCOM.HLP included in the disk image using HELP.COM for documentation.

-----------------------------------------------------------
Example of a session:
-----------------------------------------------------------

>MBASIC

BASIC-80 Rev. 5.21
[CP/M Version]
Copyright 1977-1981 (C) by Microsoft
Created: 28-Jul-81
31800 Bytes free
Ok
10 PRINT "Hello World"
list
10 PRINT "Hello World"
Ok
RUN
Hello World
Ok
SAVE "HELLO",A
Ok
SYSTEM

A>TYPE BAS.SUB

BASCOM =$1 /E
L80 $1,$1/N/E

A>SUPERSUB BA