Skip to content

Latest commit

 

History

50 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Virtual Machine

This is a C implementation of my original StackVM which is written in Crystal. It serves as a way of learning C, while learning more and more about virtual machines in general.

Installation

git clone https://github.com/KCreate/c-stackvm
make vm

bin/vm

Usage

Keep in mind, this repository only contains the virtual machine. To generate an executable for it, you will need the assembler from my original repository written in Crystal.

bin/vm myprogram.bc

Contributing

  1. 复刻 it ( https://github.com/KCreate/c-stackvm/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

贡献者

  • KCreate Leonard Schuetz - creator, maintainer

关于

C Implementation of my StackVM.

Topics

Resources

Stars

9 stars

关注者

2 watching

复刻s

发布

贡献者

Languages