Skip to content

benja2998/BVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

BVM (Batch Virtual Machine)

Virtual machine software written in Batch

Adding new CPU architectures

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>

Usage

You must clone the repository:

git clone https://github.com/benja2998/BVM.git
cd BVM

You should then run src/bvm.bat:

cd src