A simple stack-based virtual machine created for educational porposes
🏠 Homepage
PSH 5 ; pushes 5 to the stack
PSH 10 ; pushes 10 to the stack
ADD ; pops two values on top of the stack, adds them pushes to stack
POP ; pops the value on the stack, will also print it for debugging
HLT ; stop the program
You'll need a few bits of software to compile the VM:
- clang, gcc, - some C compiler
- make - GNU make
make all && ./bin/ss-vm
👤 Wilgnne Khawan
- Website: https://wilgnne.github.io/
- Twitter: @WilgnneK
- Github: @Wilgnne
- LinkedIn: @wilgnne
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator