Skip to content

KCreate/c-stackvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository 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. Fork 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

Contributors

  • KCreate Leonard Schuetz - creator, maintainer

Releases

No releases published

Packages

No packages published