https://github.com/ninjamar/vm
a virtual machine
https://github.com/ninjamar/vm
c virtual-machine
Last synced: 11 months ago
JSON representation
a virtual machine
- Host: GitHub
- URL: https://github.com/ninjamar/vm
- Owner: ninjamar
- License: mit
- Created: 2022-11-04T03:30:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T00:25:03.000Z (over 3 years ago)
- Last Synced: 2025-03-14T01:15:41.698Z (over 1 year ago)
- Topics: c, virtual-machine
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a toy virtual machine with little practical use
## Compiling
```bash
make
```
or
```bash
gcc src/compiler.c -o compiler
```
## Usage
`./ `
Examples are located in `examples`