Metadata-Version: 2.1
Name: hsc-instructions
Version: 0.5.0
Summary: Instruction encoding and decoding for the hsc (name TBD) isa
Home-page: https://github.com/HomebrewSiliconClub/Processor
License: Apache-2.0
Author: Bolun Thompson
Author-email: abolunthompson@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/HomebrewSiliconClub/Processor/tree/master/tools/sources/hsc_instructions
Description-Content-Type: text/markdown

Python library implementing decoding instructions into Instruction objects and encoding Instruction objects into binary instructions.

