Age | Commit message (Expand) | Author |
2023-05-27 | Change `offset` wording to `address` wording in almost all places | Oxore |
2023-05-27 | Impl -fshort-ref-local-labels, refactor feature parsing | Oxore |
2023-05-26 | Change all `mark` wording to `label` wording | Oxore |
2023-05-26 | Fix typos and formatting in Readme.md | Oxore |
2023-05-26 | Fix typo | Oxore |
2023-05-25 | Impl exporting functions and marks | Oxore |
2023-05-25 | Add TODO about exporting functions | Oxore |
2023-05-22 | Fix Clang errors and warnings | Oxore |
2023-05-22 | Impl --indent option in some way, use tab by default | Oxore |
2023-05-21 | Fix typo | Oxore |
2023-05-21 | Impl imm refs for MOVEA | Oxore |
2023-05-21 | Make imm values print as hex if dest arg is An, CCR or SR | Oxore |
2023-05-21 | Fix help command in Readme.md | Oxore |
2023-05-21 | Add detailed build and run instructions, describe trace feature. | Oxore |
2023-05-21 | Fix "typo" | Oxore |
2023-05-21 | Add note about C++ STL | Oxore |
2023-05-21 | Describe features and Contributing section | Oxore |
2023-05-21 | Prepare for clang-format | Oxore |
2023-05-20 | Impl marks referencing for CMP, ADD and SUB | Oxore |
2023-05-20 | Impl marks referencing for PEA and NBCD | Oxore |
2023-05-20 | Fix MOVEM with PC relative argument when -frel-marks set | Oxore |
2023-05-20 | Impl marks referencing for MOVE and MOVEA | Oxore |
2023-05-20 | Impl marks referencing for MOVEM | Oxore |
2023-05-20 | Make `xrefs_to` for both args if they are in the code boundaries | Oxore |
2023-05-20 | Impl data references, debuting with LEA | Oxore |
2023-05-20 | Make more `reloc` to `ref` renaming | Oxore |
2023-05-20 | Remove JKind, extract trivial instructions into separate group | Oxore |
2023-05-17 | Begin writing marks referencing tests | Oxore |
2023-05-17 | Do not add zeros after the code, but check if size is even | Oxore |
2023-05-17 | Rename `reloc` to `ref` everywhere | Oxore |
2023-05-16 | Add todo.md and instructions.txt just for history | Oxore |
2023-05-16 | Impl separately enabled absolute and relative relocations | Oxore |
2023-05-16 | Impl relocation marks support | Oxore |
2023-05-15 | Add trace data sanity checks | Oxore |
2023-05-15 | Add note about limitations | Oxore |
2023-05-15 | Permit unaligned branching | Oxore |
2023-05-15 | Fix assert | Oxore |
2023-05-14 | Make snprint_reg_mask inlineable | Oxore |
2023-05-14 | Move instruction related data into separate Op struct | Oxore |
2023-05-14 | Drop AddrModeArg in favor of just Arg | Oxore |
2023-05-11 | Add note about Optparse, add license headers | Oxore |
2023-05-11 | Add const where I can find, remove unused parameters | Oxore |
2023-05-11 | Fix some comments | Oxore |
2023-05-11 | Remove AddrMode::SNPrint | Oxore |
2023-05-11 | Remove SizeSpec, use OpSize only | Oxore |
2023-05-11 | Unify Condition, rename JType to JKind | Oxore |
2023-05-11 | Migrate all the rest instructions | Oxore |
2023-05-10 | Add the resources list to Readme.md | Oxore |
2023-05-10 | Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCode | Oxore |
2023-05-10 | Migrate whole chunk 4 to Arg and OpCode | Oxore |