assembler shenanigans. shiny ahh code.

This commit is contained in:
2025-06-16 03:48:31 +01:00
parent 2b5ad0885b
commit 7f834adbce
5 changed files with 679 additions and 0 deletions
+8
View File
@@ -4,5 +4,13 @@ version.workspace = true
edition.workspace = true
authors.workspace = true
[[bin]]
name = "assembler_runner"
path = "src/main.rs"
[lib]
name = "assembler"
path = "src/lib.rs"
[dependencies]
common = { path = "../common" }