Metadata-Version: 2.1
Name: hsc-assembler
Version: 0.3.0
Summary: Assembler for the hsc (name TBD) ISA (https://github.com/HomebrewSiliconClub/Processor)
Home-page: https://github.com/HomebrewSiliconClub/Processor
License: Apache-2.0
Keywords: assembler
Author: Bolun Thompson
Author-email: abolunthompson@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Assembly
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 :: Assemblers
Classifier: Typing :: Typed
Requires-Dist: hsc-instructions (>=0.5.0,<0.6.0)
Project-URL: Repository, https://github.com/HomebrewSiliconClub/Processor/tree/master/tools/sources/assembler
Description-Content-Type: text/markdown

Assembler for this project.

This uses the black auto formatter for code formatting

# Usage

To use this, either use the assembler.sh script which requires docker or install this from pypi.

To install the pypi version, run `pip3 install hsc_assembler`.



