takunomi-build-bot
51364faba5
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
34 lines
984 B
Markdown
34 lines
984 B
Markdown
<!--- WARNING --->
|
|
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
|
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
|
|
|
# Infernal Interpreter & Devious Stack Painter.
|
|
|
|
Simple interpreter and stack tracer for the AMD x86-64 ABI.
|
|
|
|
Recently updated for Python 3.
|
|
Does not support all instructions, 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.
|
|
|
|
|
|
# License
|
|
|
|
```
|
|
"THE BEER-WARE LICENSE" (Revision 42):
|
|
|
|
<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.
|
|
|
|
Jon Michael Aanes
|
|
```
|