Updated README.md
This commit is contained in:
parent
50112a554e
commit
e4237768d4
20
README.md
20
README.md
|
@ -1,8 +1,20 @@
|
||||||
|
|
||||||
# Infernal Interpreter & Devious Stack Painter #################################
|
# Infernal Interpreter & Devious Stack Painter #################################
|
||||||
|
|
||||||
A very simple interpreter and stack tracer for the AMD x86_64 ABI written in
|
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).
|
**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`.
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user