summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* mn1400: add disassembler hap2023-05-011-0/+2
* smc1102: add disassembler hap2023-04-061-0/+1
* unidasm: Add Interdata Series 16 disassembler AJR2023-03-111-0/+2
* scmp: Rewrite disassembler; change CPU endianness AJR2023-01-091-1/+1
* unidasm: Add IBM 1800, IBM 1130 and (DG) Nova disassemblers AJR2022-12-021-0/+5
* unidasm: Add CDC 1700, Cyber 18, Sigma 2 and Xerox 530 disassemblers AJR2022-11-161-0/+6
* unidasm: Add Nios II disassembler AJR2022-10-111-0/+2
* Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-041-1/+1
* arm: Eliminate big-endian bus variant not actually implemented until ARM6 (wh... AJR2022-09-251-1/+0
* More miscellaneous fixes: Vas Crabb2022-09-141-8/+8
* embargo: remove input tag lookups hap2022-09-131-3/+1
* mn1610: new disassembler Patrick Mackinlay2022-08-251-0/+3
* unidasm.cpp: Code cleanup AJR2022-08-181-62/+89
* tms1000: added disassembler for tms1400, tms2100, tms2400 hap2022-08-051-0/+3
* cloned the mcs51 core as axc51, stripped it back, will allow monon work to co... David Haywood2022-07-281-1/+1
* unidasm: Option-related changes AJR2022-05-111-17/+21
* New disassemblers for unidasm: hp2100, hp21mx, v620, v75 AJR2022-05-041-0/+6
* rw5000: added b5500 hap2022-04-101-0/+1
* fixed a couple of reportedly uninitiated variables in the tools. Robbbert2022-04-031-1/+1
* rw5000: add a5500 hap2022-03-291-0/+1
* rw5000: separate b6000 disasm from b5000, add a5000 disasm hap2022-03-291-1/+3
* b5000: rename base class to rw5000 hap2022-03-281-1/+1
* b5000: added easy opcodes hap2022-03-181-1/+1
* b5000: add disassembler hap2022-03-171-0/+1
* unidasm: Fix build after 2dab71e7e0eb2b0bf35f97090e20e5bab8deddc4 AJR2022-03-171-1/+1
* add b5000 cpu core file placeholders hap2022-03-171-0/+2
* Add skeleton CPU device and disassembler for NEC 78K/IV (uPD784XXX) architecture AJR2022-01-151-0/+8
* saitek_osa: added sparc module emulation [Ryan Holtz, hap] hap2021-11-241-8/+9
* new NOT_WORKING machine (Casio CTK-2100) (#8757) Devin Acker2021-10-271-0/+2
* powerpc: add power family disassembly Patrick Mackinlay2021-10-251-0/+1
* New clones marked as NOT_WORKING AJR2021-09-251-0/+1
* unidasm: Add disassembler for DEC VAX architecture AJR2021-09-031-0/+2
* Move endianness type into lib/util header AJR2021-08-311-2/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* f2mc16: Rewrite disassembler AJR2021-07-211-1/+1
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* unidasm: Add CPU16 disassembler AJR2021-05-211-0/+2
* pdp8: Rewrite disassembler; add alternate disassembly for HD-6120 AJR2021-05-191-58/+122
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... AJR2021-04-081-0/+1
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-081-0/+1
* New working machines AJR2021-02-271-1/+3
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-261-0/+2
* added MM5799 MCU emulation [hap] hap2021-02-141-0/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* unidasm: Fix build on gcc AJR2021-02-031-0/+4
* unidasm: Add disassemblers for NEC/Renesas V850 family AJR2021-01-301-0/+4
* Low-level #include overhaul AJR2021-01-021-0/+1
* Add CompactRISC CR16C disassembler to unidasm (largely untested) AJR2020-12-161-0/+2
* unidasm: Add disassembler for M32C architecture AJR2020-12-071-0/+2
* Separate TX-0 from PDP-1; separate some SoC types in build AJR2020-11-191-1/+1