serial working

This commit is contained in:
2026-03-17 02:17:03 +00:00
parent ffdd392003
commit b9d0f4fdd4
11 changed files with 1193 additions and 133 deletions
+5
View File
@@ -144,6 +144,11 @@ fn assemble(src: &Path) -> Result<Vec<Instruction>, AssembleError> {
let mut nodes = program.nodes.clone();
println!("PRE LINK");
for node in &nodes {
println!("{:?}", node);
}
create_sections(&mut nodes)?;
resolve_symbols(&mut nodes)?;