summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-01Fix BccOxore
2023-05-01Impl MOVE and MOVEA instructionsOxore
2023-04-30Describe goals in the Readme.mdOxore
2023-04-30Impl MOVEMOxore
2023-04-30Refactor: use AddrModeArg in ADDQ, SUBQ and SccOxore
2023-04-30Impl STOP just for the sake of implementing itOxore
2023-04-29Fix bound checking for (xxx).L extension bytesOxore
2023-04-29Fix some edge case for dbcc found on random testsOxore
2023-04-29Refactor addressing mode arg, at least for JSR/JMPOxore
2023-04-28Add some tests for addqOxore
2023-04-27Fix bugs found on random testsOxore
2023-04-27Impl random testOxore
2023-04-27Impl addq and subqOxore
2023-04-27Stick to MIT syntax for SccOxore
2023-04-26Enable non-traced mode disassemblingOxore
2023-04-26Impl SccOxore
2023-04-25Add linker script, add more comment clarificationsOxore
2023-04-24Impl some feature flagsOxore
2023-04-23Impl DBccOxore
2023-04-23Split disasm into procedures by the highest nibbleOxore
2023-04-23Impl separate xref types call and branchOxore
2023-04-23Pass settings everywhere, impl cross referencesOxore
2023-04-22Split mnemonic and arguments formattingOxore
2023-04-22Impl bsr, bra and bcc, refactor testsOxore
2023-04-22Add tests for simple instructionsOxore
2023-04-22Optimize by speedOxore
2023-04-22Fix release build (remove asserts on function calls)Oxore
2023-04-22Impl JMP by simply reusing JSROxore
2023-04-21Refactor asm renderingOxore
2023-04-20Refactor testsOxore
2023-04-20Fully implement JSR supportOxore
2023-04-20Use %08x for all offsetsOxore
2023-04-20Implement brief word extension for jsr (part 1)Oxore
2023-04-20Use %04x for commented data formattingOxore
2023-04-20Impl tests against GNU AS in bashOxore
2023-04-19Begin implementing instruction disassemblingOxore
2023-04-18Fix infinite loop during reallocationOxore
2023-04-18Impl basic traced disasm facility using linked listOxore
2023-04-17Fix compilationOxore
2023-04-17Impl trace parsing, define top level approachOxore
2023-04-15Initial commitOxore