Virtual machine software written in Batch
To add a new CPU architecture, follow these steps:
- See CONTRIBUTING.md
- Create a folder inside of
/src/cpu-archs/with the name of the CPU architecture - Follow the example directory structure for the directories inside
/src/cpu-archs:
<cpu name>/
emulation.bat
examples/
example1.bvm
<other examples are optional>
You must clone the repository:
git clone https://github.com/benja2998/BVM.git
cd BVMYou should then run src/bvm.bat:
cd src