asmdoc
Do you ever find yourself writing a large coding project in assembly? This tool is for you! Run
asmdoc .
from the root of your project directory and automatically generate documentation for it!
Install
git clone https://github.com/ethanuppal/asmdoc.git
cd asmdoc
cargo install --path .
Usage
See
asmdoc --help
for details.