summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2024-03-18Add EOR instructionHEADmasterOxore
2024-03-18Remove dot '.' in size notationOxore
2023-10-21Impl expr numbers parsing and function type and sizeOxore
2023-10-18Impl basic Bcc resolution when it is just a labelOxore
2023-08-13Begin impl Bcc resolution (impl symbol table)Oxore
2023-08-12Fix (d8,An,Xi) parsing, just a bitOxore
2023-08-12Add long specifier for JMP and jsrOxore
2023-08-12Impl .short and .word directive emissionOxore
2023-08-12Fix comment emissionOxore
2023-08-12Fix index reg emission of (d8,An,Xi) and (d8,PC,Xi)Oxore
2023-08-12Add ASR, LOL, I forgot itOxore
2023-08-12Impl stub of Bcc resolvingOxore
2023-08-12Strip leading '_' and add '.' prefix to L-localsOxore
2023-08-12Impl opsize of mnemonic emissionOxore
2023-08-12Impl globl, align, text and file directive emissionOxore
2023-08-12Impl basic kind of instruction emissionOxore
2023-08-11Remove irrelevant commentOxore
2023-08-11Fix printing raw tokens of directivesOxore
2023-08-11Fix size extension parsing in addr expressionOxore
2023-08-10Extract the parts counter out and increment it inside the loopOxore
2023-08-09Finally fix parsing indirect indexed addr argsOxore
2023-08-07Remove obsolete commentOxore
2023-08-07Extract function to parse sub arg inside parensOxore
2023-06-28Impl .def/.endef, fix instructions, ignore parsing errorsOxore
2023-06-28Add all directives and ignore themOxore
2023-06-28Impl .align and .file directives parsingOxore
2023-06-27Fix expression parsing and complex EA parsingOxore
2023-06-27Rearrange expression parsing routineOxore
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