X-Git-Url: http://git.subgeniuskitty.com/ned1/.git/blobdiff_plain/bc5b63cf94c1f263bbe3757237b242f40711203b..16a3af27c4f850e79f2769bebc0d3803f8f94355:/nedasm/nedasm_parser.h diff --git a/nedasm/nedasm_parser.h b/nedasm/nedasm_parser.h index 62c247f..d6e104d 100644 --- a/nedasm/nedasm_parser.h +++ b/nedasm/nedasm_parser.h @@ -8,7 +8,9 @@ #include "nedasm_structures.h" -// TODO: Note that this does not hand back an IR that would be executable. No word alignment or other functions have been performed. It's more like a literal translation of the assembly file with addresses in place of labels. +// TODO: Note that this does not hand back an IR that would be executable. No +// word alignment or other functions have been performed. It's more like a +// literal translation of the assembly file with addresses in place of labels. void parse_assembly(struct instruction ** instructions, FILE * input);