Age | Commit message (Expand) | Author |
2024-03-18 | Add EOR instructionHEADmaster | Oxore |
2024-03-18 | Remove dot '.' in size notation | Oxore |
2023-10-21 | Impl expr numbers parsing and function type and size | Oxore |
2023-10-18 | Impl basic Bcc resolution when it is just a label | Oxore |
2023-08-13 | Begin impl Bcc resolution (impl symbol table) | Oxore |
2023-08-12 | Fix (d8,An,Xi) parsing, just a bit | Oxore |
2023-08-12 | Add long specifier for JMP and jsr | Oxore |
2023-08-12 | Impl .short and .word directive emission | Oxore |
2023-08-12 | Fix comment emission | Oxore |
2023-08-12 | Fix index reg emission of (d8,An,Xi) and (d8,PC,Xi) | Oxore |
2023-08-12 | Add ASR, LOL, I forgot it | Oxore |
2023-08-12 | Impl stub of Bcc resolving | Oxore |
2023-08-12 | Strip leading '_' and add '.' prefix to L-locals | Oxore |
2023-08-12 | Impl opsize of mnemonic emission | Oxore |
2023-08-12 | Impl globl, align, text and file directive emission | Oxore |
2023-08-12 | Impl basic kind of instruction emission | Oxore |
2023-08-11 | Remove irrelevant comment | Oxore |
2023-08-11 | Fix printing raw tokens of directives | Oxore |
2023-08-11 | Fix size extension parsing in addr expression | Oxore |
2023-08-10 | Extract the parts counter out and increment it inside the loop | Oxore |
2023-08-09 | Finally fix parsing indirect indexed addr args | Oxore |
2023-08-07 | Remove obsolete comment | Oxore |
2023-08-07 | Extract function to parse sub arg inside parens | Oxore |
2023-06-28 | Impl .def/.endef, fix instructions, ignore parsing errors | Oxore |
2023-06-28 | Add all directives and ignore them | Oxore |
2023-06-28 | Impl .align and .file directives parsing | Oxore |
2023-06-27 | Fix expression parsing and complex EA parsing | Oxore |
2023-06-27 | Rearrange expression parsing routine | Oxore |
2023-06-27 | Impl regmask parsing | Oxore |
2023-06-26 | Impl expr validation, fix lex error test | Oxore |
2023-06-26 | Fix reg parsing, refactor error messages, add more sanitizers | Oxore |
2023-06-26 | Fix complex addr mode parsing, improve error messages | Oxore |
2023-06-25 | WIP: Impl some complex addressing modes parsing | Oxore |
2023-06-25 | Fix parsing size specifier | Oxore |
2023-06-25 | Impl lexing TT_DOT_ID to support parsing directives | Oxore |
2023-06-25 | Impl basics of instruction parsing | Oxore |
2023-06-24 | Change lexer according to documentation | Oxore |
2023-06-24 | Begin implementing parser, fix lexer | Oxore |
2023-06-23 | Impl tokenizer more or less | Oxore |
2023-06-21 | Initial commit | Oxore |