- Disable-able debug logging
- Variants on stack
sudo apt-get install -y build-essential cmake jq libboost-all-devbrew install cmake jqrm -rf build # removes build artifacts
mkdir -p build # create the build directory
(cd build && cmake ..) # configure the project
(cd build && cmake --build .) # build the project
(cd build && ./xgtvm -e'60 01 00' # runs the projectTo manage the project more easily, if you have Ruby installed:
rake -T # list tasks that can be run
rake clean # removes build artifacts
rake configure # configures the project
rake make # builds the project
rake test # runs the project
rake # configures and makes the projectExample finished machine data:
{
"returnValue": "",
"finalState": {
"pc": 5,
"stack": ["8"]
}
}