Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

HatsuSixty/stm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM

Stack-based virtual machine. See the README.md on each folder for more details.

Exit codes

Code Meaning
1 Compilation failed
2 Unreachable
3 File not found
4 Error parsing flags

Quick Start

$ nano ./stasm/.env    # change the path of your bin folder
$ nano ./stm/.env      # change the path of your bin folder
$ ./build.sh           # build and test everything

!!IMPORTANT!!

THIS IS A WORK IN PROGRESS, ANYTHING CAN CHANGE AT ANY TIME WITHOUT ANY WARNING!!!