pub fn assemble_debug(ast: Vec<Stmt>, src: &str) -> Result<ObjectFile, AsmErr>
Expand description

Assembles a assembly source code AST into an object file.

This also registers debug symbols to the object file.