mirror of https://github.com/wwarthen/RomWBW.git
Browse Source
- Restore copying PIP application to ZSDOS and NZCOM disks. - The floppy version of some supplemental disks were not being generated due to a typo. - The ReadMe.txt file for some supplemental disks was not being added to the disk.pull/453/head
23 changed files with 130 additions and 65 deletions
@ -1,54 +0,0 @@ |
|||||
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> |
|
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_aztecc/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_bascomp/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_cowgol/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_fortran/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_games/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_hitechc/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_tpascal/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_z80asm/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_aztecc/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_bascomp/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_cowgol/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_fortran/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_games/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_hitechc/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_tpascal/ReadMe.txt 0: |
||||
@ -0,0 +1,4 @@ |
|||||
|
# |
||||
|
# Add the ReadMe document |
||||
|
# |
||||
|
d_z80asm/ReadMe.txt 0: |
||||
Loading…
Reference in new issue