mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-14 11:38:14 +00:00
WIP: not fully reviewed. Adds auto-register allocation + mips atom procs + wip resolve look at atoms + atom bundle...
This commit is contained in:
@@ -118,6 +118,12 @@ local PASSES = {
|
||||
kind = "header-output",
|
||||
deps = {"scan-source", "word-counts"},
|
||||
},
|
||||
auto_reg = {
|
||||
module = "passes.auto_reg",
|
||||
kind = "header-output",
|
||||
deps = {"components"},
|
||||
groups = { "pre-link" },
|
||||
},
|
||||
["emission-model"] = {
|
||||
module = "passes.emission_model",
|
||||
kind = "validation",
|
||||
|
||||
Reference in New Issue
Block a user