Back
Downloads
Download the client to run the programs you create locally. Dos version will run in DosBox or on actual hardware.
Compiler
Client
Linux (x86_64)
dvmc
dvm
macOS (x86_64)
dvmc
dvm
DOS (x86)
DVMC.EXE
DVM.EXE (Infocom)
DVM_TERM.EXE (Terminal)
Standard Library
stdlib.tas
Parser
parser.tas
Example Game (Castle Frankenstein)
frank.tas
To compile the example game, ensure stdlib.tas, parser.tas, and frank.tas are in the same directory and run 'dvmc frank.tas frank.s' to compile, then 'dvm frank.s' to run.
DVMC running in DOS
DVM running in DOS, Terminal style
DVM running in DOS, Infocom style