summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2023-06-27Impl regmask parsingOxore
2023-06-26Impl expr validation, fix lex error testOxore
2023-06-26Fix reg parsing, refactor error messages, add more sanitizersOxore
2023-06-26Fix complex addr mode parsing, improve error messagesOxore
2023-06-25WIP: Impl some complex addressing modes parsingOxore
2023-06-25Fix parsing size specifierOxore
2023-06-25Impl lexing TT_DOT_ID to support parsing directivesOxore
2023-06-25Impl basics of instruction parsingOxore
2023-06-24Change lexer according to documentationOxore
2023-06-24Begin implementing parser, fix lexerOxore
2023-06-23Impl tokenizer more or lessOxore
2023-06-21Initial commitOxore