This project implements a simple assembler for stackvm-xonotic.
Clone this repo:
git clone https://github.com/coolDudeRude/vasm
To install vasm system wide, simply install using:
pip install .
Note
To use vasm in a python venv, setup a venv with python -m venv .venv activate it. Then run the above command from the venv.
For modifying source code and testing changes, install vasm using:
pip install --editable .