LICENSE
README.md
pyproject.toml
src/pyvacs/__init__.py
src/pyvacs/assembler.py
src/pyvacs/cli.py
src/pyvacs/disassembler.py
src/pyvacs/isa.py
src/pyvacs/lexer.py
src/pyvacs.egg-info/PKG-INFO
src/pyvacs.egg-info/SOURCES.txt
src/pyvacs.egg-info/dependency_links.txt
src/pyvacs.egg-info/entry_points.txt
src/pyvacs.egg-info/requires.txt
src/pyvacs.egg-info/top_level.txt
tests/test_assembler.py
tests/test_cli.py
tests/test_disassembler.py
tests/test_emulator_integration.py
tests/test_isa.py
tests/test_lexer.py
tests/test_roms.py
tests/test_roundtrip.py