System Requirements: You need to be running Windows 2000 or greater for these programs to work.
Instructions: Extract this zip file to C:\ and it should have a folder C:\AyersLabs. There are a number of test programs already packaged with this release.
http://www.ayerslabs.com/vm/ayerslabs.zip
XVM.exe - Virtual Machine.
VASM.exe - Virtual Assembler.
Compiler.exe + pp.exe + Libraries - Preprocessor, {high-level} Compiler, and standard libraries.
VHeader - Virtual Header Reader.
Known Issues
- You can't pass a function an expression. Example: Test(4+5);
- You can't nest functions within a function. Example: Test(Test2());
- You can't combine strings and subscripts. Example: Hello += Hello[1];