A fn to return a map of line addresses to enable step debugging

This commit is contained in:
2023-01-26 14:40:40 -06:00
parent 11f0760b01
commit dddff7b54a
3 changed files with 40 additions and 1 deletions
+1
View File
@@ -10,4 +10,5 @@ mod vasm_parser;
mod vasm_preprocessor;
pub use vasm_assembler::assemble_snippet;
pub use vasm_assembler::snippet_source_map;
pub use vasm_assembler::assemble_file;