diff --git a/README.md b/README.md index 444c39a..6f8d180 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ # Infernal Interpreter & Devious Stack Painter ################################# -A very simple interpreter and stack tracer for the AMD x86_64 ABI written in -Python. Does not support all commands as of yet (or anytime). +A very simple interpreter and stack tracer for the AMD x86-64 ABI written in +**Python 2**. Does not support all commands, and will never ever do. + +It produces output in either ascii or LaTeX with tikz format. +Compiling the LaTeX requires both a LaTeX compiler, and packages +`preview` and `standalone`. Options can be viewed by running +`./infernal --help`. + +## License ## + +License is `beerware`: + + wrote this program. As long as you retain + this notice you can do whatever you want with this stuff. If we + meet some day, and you think this stuff is worth it, you can buy + me a beer in return. -It produces output in latex/tikz format. Requires `pdflatex` and the latex -packages `preview` and `standalone`.