This archive contains implementations of two small programming languages for
the Altair: MINOL and VTL-2. You can try them out with the SIMH AltairZ80
simulator by executing "AltairZ80 minol22" for MINOL and "AltairZ80 mitsvtl2"
for VTL-2. Assembler source code and simple CP/M ports can be found on the
CP/M disk cpm.dsk (execute "AltairZ80 cpm"). Documentation is in minol22.txt
and mitsvtl2.txt (both documents were retyped by Emmanuel ROCHE).

cpm             Command file for AltairZ80 to start CP/M
cpm.dsk         CP/M disk for AltairZ80
minol22         Command file for AltairZ80 to start MINOL
minol22.bin     Binary of MINOL
minol22.txt     MINOL documentation
mitsvtl2        Command file for AltairZ80 to start VTL-2
mitsvtl2.bin    Binary of VTL-2
mitsvtl2.txt    VTL-2 documentation
readme.txt      This file