summaryrefslogtreecommitdiff
path: root/test.bash
AgeCommit message (Collapse)Author
2024-02-05Organize source code and testsOxore
2024-02-04Impl deep graph walk and distinct jump following optionOxore
This commit changes the default behavior which technically breaks backwards compatibility. It would be a concern if somebody else besides me is using this tool, but I doubt it would be the case, LOL.
2023-06-03Impl -fimm-hexOxore
2023-05-26Change all `mark` wording to `label` wordingOxore
2023-05-20Impl marks referencing for MOVE and MOVEAOxore
2023-05-09Impl CMPMOxore
2023-05-09Impl EOROxore
2023-05-08Impl CMP and CMPAOxore
2023-05-08Impl MULU, MULS, DIVU and DIVSOxore
2023-05-08Impl EXGOxore
2023-05-08Impl ANDOxore
2023-05-08Impl ABCDOxore
2023-05-08Impl SBCDOxore
2023-05-08Impl OR, fix PC-relative addr modes for ADDOxore
2023-05-08Impl NBCD, SWAP and PEAOxore
2023-05-08Impl EXTOxore
2023-05-08Impl ASR, ASL, LSR, LSL, ROXR, ROXL, ROR and ROLOxore
2023-05-08Impl SUB, SUBA and SUBXOxore
2023-05-08Impl ADDXOxore
2023-05-08Impl ADDA, optimize some arg parsingOxore
2023-05-08Impl ADDOxore
2023-05-02Impl CHKOxore
2023-05-02Impl LEAOxore
2023-05-01Impl MOVEPOxore
2023-05-01Impl BTST, BCHG, BSET and BCLROxore
2023-05-01Impl ORI, ANDI, EORI, ADDI, SUBI and CMPIOxore
2023-05-01Impl TAS and TSTOxore
2023-05-01Impl NEGX, CLR, NEG and NOTOxore
2023-05-01Impl TRAPOxore
2023-05-01Impl MOVE USP, LINK, UNLK and ILLEGALOxore
2023-05-01Impl MOVE to/from CCR/SROxore
2023-05-01Fix MOVEM boundary checkOxore
2023-05-01Add some tests for MOVEAOxore
2023-05-01Impl MOVEQOxore
2023-05-01Impl MOVE and MOVEA instructionsOxore
2023-04-30Impl MOVEMOxore
2023-04-30Impl STOP just for the sake of implementing itOxore
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-26Impl SccOxore
2023-04-25Add linker script, add more comment clarificationsOxore
2023-04-23Impl DBccOxore
2023-04-23Split disasm into procedures by the highest nibbleOxore
2023-04-22Impl bsr, bra and bcc, refactor testsOxore
2023-04-22Add tests for simple instructionsOxore
2023-04-21Refactor asm renderingOxore
2023-04-20Refactor testsOxore
2023-04-20Fully implement JSR supportOxore
2023-04-20Implement brief word extension for jsr (part 1)Oxore