summaryrefslogtreecommitdiff
path: root/disasm.cpp
AgeCommit message (Collapse)Author
2023-05-14Drop AddrModeArg in favor of just ArgOxore
2023-05-11Add note about Optparse, add license headersOxore
2023-05-11Add const where I can find, remove unused parametersOxore
2023-05-11Remove SizeSpec, use OpSize onlyOxore
2023-05-11Unify Condition, rename JType to JKindOxore
2023-05-11Migrate all the rest instructionsOxore
2023-05-10Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCodeOxore
2023-05-10Migrate whole chunk 4 to Arg and OpCodeOxore
2023-05-10Migrate MOVEA, MOVE to Arg and OpCode structOxore
2023-05-09Migrate BTST, BCHG, BCRL, BSET and MOVEP to Arg structOxore
2023-05-09Migrate Bcc to new Arg data structureOxore
2023-05-09Migrate MOVEM to new Arg structOxore
2023-05-09Use OpSize instead of suffix for FetchAddrModeArgOxore
2023-05-09Refactoring: begin migration to new Arg structuresOxore
2023-05-09Refactor: return node size, remove settings from disasm functionsOxore
2023-05-09Begin refactoring: add new data types, remove unused membersOxore
2023-05-09Fix calculation of branch_addr in DBccOxore
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-08Some renamingOxore
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-01Impl MOVEQOxore
2023-05-01Fix BccOxore
2023-05-01Impl MOVE and MOVEA instructionsOxore
2023-04-30Impl MOVEMOxore
2023-04-30Refactor: use AddrModeArg in ADDQ, SUBQ and SccOxore