Metadata-Version: 2.4
Name: PyUAA
Version: 0.1
Summary: Create easily custom assemblers specifying ISAs with a YAML configuration file
Author-email: SpaceProgrammer <spaceprogrammerbusiness@gmail.com>
License-Expression: LicenseRef-Voltionne-Restrictive
Project-URL: Repository, https://github.com/Voltionne/UniversalApplicationAssembler
Keywords: assembler,compiler
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Dynamic: license-file

# UniversalApplicationAssembler

The Universal Application Assembler (UAA) is a totally configurable assembler that let's you target any ISA spefication by simply writing a config yaml file defining the characteristics of each instruction. The idea is of have an universal assembler that is trivial to port to any ISA.

## Documentation

Currently there is no documentation of this project. It will be added in the future.

## Examples

Currently there is also no public examples. Some of them will get released in the future implementing some custom architectures.
