index
:
m68k-trasm.git
master
Sierra ASM68 to GNU AS m68k assembly dialect translator (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
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