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-25 | Impl exporting functions and marks | 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 | 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 | 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 | 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 | Rename `reloc` to `ref` everywhere | Oxore |
2023-05-16 | Impl separately enabled absolute and relative relocations | Oxore |
2023-05-16 | Impl relocation marks support | Oxore |
2023-05-15 | Permit unaligned branching | 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 | 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 | Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCode | Oxore |
2023-05-10 | Migrate whole chunk 4 to Arg and OpCode | Oxore |
2023-05-10 | Migrate MOVEA, MOVE to Arg and OpCode struct | Oxore |
2023-05-09 | Migrate BTST, BCHG, BCRL, BSET and MOVEP to Arg struct | Oxore |
2023-05-09 | Migrate Bcc to new Arg data structure | Oxore |
2023-05-09 | Migrate MOVEM to new Arg struct | Oxore |
2023-05-09 | Use OpSize instead of suffix for FetchAddrModeArg | Oxore |
2023-05-09 | Refactoring: begin migration to new Arg structures | Oxore |
2023-05-09 | Refactor: return node size, remove settings from disasm functions | Oxore |
2023-05-09 | Begin refactoring: add new data types, remove unused members | Oxore |
2023-05-09 | Fix calculation of branch_addr in DBcc | Oxore |
2023-05-09 | Impl CMPM | Oxore |
2023-05-09 | Impl EOR | Oxore |
2023-05-08 | Impl CMP and CMPA | Oxore |
2023-05-08 | Impl MULU, MULS, DIVU and DIVS | Oxore |
2023-05-08 | Impl EXG | Oxore |
2023-05-08 | Impl AND | Oxore |
2023-05-08 | Impl ABCD | Oxore |
2023-05-08 | Impl SBCD | Oxore |
2023-05-08 | Impl OR, fix PC-relative addr modes for ADD | Oxore |
2023-05-08 | Impl NBCD, SWAP and PEA | Oxore |