1
0

Updated README.md

This commit is contained in:
Jon Michael Aanes 2018-02-06 20:31:12 +01:00
parent 50112a554e
commit e4237768d4

View File

@ -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`:
<jonjmaa@gmail.com> 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`.