progress: new assembler works, instruction set fully implemented with call/ret and push/pop, bf.dsa works which means the dsa assembly language works reliably. still a few bugs to fix. might be able to squeeze out a tiny bit more performance
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DSX is a collection of higher‑level tools that orchestrate the DSA ecosystem.
|
||||
While **DSA** supplies the core emulator, compiler, assembler and runtime, DSX provides:
|
||||
|
||||
* **dsx-build** – A build system and package manager that compiles DSA projects, resolves dependencies, and produces deployable artifacts.
|
||||
* **dsx-server** – A lightweight package repository server that hosts DSX packages, enabling sharing and version control across teams, with CI/CD configured out‑of‑the‑box.
|
||||
|
||||
Together, these tools streamline development workflows, automate builds, and manage the distribution of DSA components within an organization.
|
||||
Reference in New Issue
Block a user