diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2017-01-17 20:14:45 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2017-01-17 23:00:52 -0600 |
commit | 9244eacb5ab0b9a11480d1ad40d4720575676877 (patch) | |
tree | c49c20b4c693c6676d49f35b6c1217131dd4c0da /nqasm.h | |
parent | bb7ae08ee638cf9b88a69ca89c5b6b12401c37f5 (diff) |
nqasm: parse labels
Diffstat (limited to 'nqasm.h')
-rw-r--r-- | nqasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ struct instruction { }; void add_instruction(const struct instruction *); +void add_label(const char *); #endif |