serial working
This commit is contained in:
@@ -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)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user