Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 246 Bytes

AsmInterpreter

AsmInterpreter is a very small x86_64 assembly interpreter written in Python from scratch.

Setup

Prerequsite:
- Install python3.5 or later, preferably use a virtualenv.