LICENSE.md
README.md
setup.cfg
setup.py
src/asmat/__init__.py
src/asmat/__main__.py
src/asmat/assembly_parser.py
src/asmat/atp.py
src/asmat/compiler.py
src/asmat/const.py
src/asmat/dependencies.py
src/asmat/generation.py
src/asmat/instructions.py
src/asmat/option.py
src/asmat/reader.py
src/asmat/settings.py
src/asmat/validation.py
src/asmat.egg-info/PKG-INFO
src/asmat.egg-info/SOURCES.txt
src/asmat.egg-info/dependency_links.txt
src/asmat.egg-info/requires.txt
src/asmat.egg-info/top_level.txt
src/asmat/analysis/analysis_output.py
src/asmat/analysis/analyze.py
src/asmat/analysis/data.db
src/asmat/analysis/editor.py
src/asmat/analysis/parse_html.py
tests/test.py
tests/test_atp.py
tests/test_extract_assembly.py
tests/test_generation.py
tests/test_reader.py
tests/test_utils.py