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.
 
 
 
 
 
 
Rob Prouse fb68941768
Adds programming and games disk images
3 years ago
..
BASCOM.COM Adds programming and games disk images 3 years ago
BASCOM.HLP Adds programming and games disk images 3 years ago
BASCOM2.HLP Adds programming and games disk images 3 years ago
BASLIB.REL Adds programming and games disk images 3 years ago
BRUN.COM Adds programming and games disk images 3 years ago
CREF.COM Adds programming and games disk images 3 years ago
CREF80.COM Adds programming and games disk images 3 years ago
L80.COM Adds programming and games disk images 3 years ago
LIB80.COM Adds programming and games disk images 3 years ago
M80.COM Adds programming and games disk images 3 years ago
MBASIC.COM Adds programming and games disk images 3 years ago
OBSLIB.REL Adds programming and games disk images 3 years ago
RANTEST.ASC Adds programming and games disk images 3 years ago
RANTEST.BAS Adds programming and games disk images 3 years ago
RANTEST.COM Adds programming and games disk images 3 years ago
RANTEST.REL Adds programming and games disk images 3 years ago
README.TXT Adds programming and games disk images 3 years ago
SAMPLE.BAS Adds programming and games disk images 3 years ago
SAMPLE.COM Adds programming and games disk images 3 years ago
SAMPLE.REL Adds programming and games disk images 3 years ago

README.TXT

Microsoft Basic-80 Compiler v.5.30a


-----------------------------------------------------------
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 BAS HELLO

SuperSUB V1.1

A>BASCOM =HELLO /E

00000 Fatal Error(s)
24196 Bytes Free

A>L80 HELLO,HELLO/N/E

Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft

Data 4000 4197 < 407>

40207 Bytes Free
[4011 4197 65]

A>hello

Hello World


A>