1
0
Simple interpreter and stack tracer for the AMD x86-64 ABI.
Go to file
Jon Michael Aanes 8b146efe68 Added Junk value, for which all operations are
defined to produce junk.
Any comparison involving junk triggers the i status register.
Any conditional jump triggered when the i register is true,
triggers a python level exception.
2015-12-19 16:55:14 +01:00
tests Added Junk value, for which all operations are 2015-12-19 16:55:14 +01:00
.gitignore Now featuring real OS X .gitignore! 2015-12-16 20:21:35 +01:00
Emulator.py Added Junk value, for which all operations are 2015-12-19 16:55:14 +01:00
infernal.py Added Junk value, for which all operations are 2015-12-19 16:55:14 +01:00
Junk.py Added Junk value, for which all operations are 2015-12-19 16:55:14 +01:00
opcodes.py Added Junk value, for which all operations are 2015-12-19 16:55:14 +01:00
README.md Fixed naming of the module. 2015-12-16 00:43:30 +01:00
TikzPainter.py Moved tikz options into the painter class. 2015-12-17 18:02:07 +01:00

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).

It produces output in latex/tikz format. Requires pdflatex and the latex packages preview and standalone.