Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | oasm: Add stdbool.h includes | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | oasm: Add table to keep track of labels | Ian Moffett | |
Implement a hash table used to store a maximum of 128 labels. This commit adds functions such as label_enter() to add labels to the table, label_lookup() to lookup labels as well as various utility functions used internally by the assembler. Signed-off-by: Ian Moffett <ian@osmora.org> |