17 lines
557 B
Python
17 lines
557 B
Python
"""
|
|
# Infernal Interpreter & Devious Stack Painter #################################
|
|
|
|
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`.
|
|
|
|
## Tests
|
|
|
|
Please ignore the `/tests` folder. It is very old, and unsupported,
|
|
but kept for archival purposes.
|
|
"""
|