summaryrefslogtreecommitdiff
path: root/test_random.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-27Impl -fshort-ref-local-labels, refactor feature parsingOxore
2023-05-26Change all `mark` wording to `label` wordingOxore
2023-05-20Impl marks referencing for PEA and NBCDOxore
2023-05-20Impl marks referencing for MOVE and MOVEAOxore
2023-05-01Fix MOVEM boundary checkOxore
2023-05-01Impl MOVEQOxore
2023-04-29Fix bound checking for (xxx).L extension bytesOxore
2023-04-27Fix bugs found on random testsOxore
2023-04-27Impl random testOxore