summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* unidasm.cpp: Use C++20 bit functions AJR5 days1-8/+7
* More stuff mostly related to recompiling CPUs: Vas Crabb2026-03-061-1/+1
* -cpu/e132xs: Log analysed instructions in UML log when using recompiler. Vas Crabb2026-03-051-12/+2
* unidasm: Fix build after 4cca9c37840dd92315a24ffc86eed1c4895e809a AJR2026-01-171-4/+4
* cpu: Improved naming of TMS320 series DSPs. Vas Crabb2026-01-181-8/+8
* Add a Sanyo LC6500 series disassembler Dirk Best2026-01-091-0/+2
* unidasm: Allow "0" to be specified as a parameter for numeric options AJR2026-01-031-1/+1
* new cpu core (start of disassembler): dsp563xx Olivier Galibert2025-10-261-0/+2
* evo_cpu -> sonix16: Identify manufacturer of processor used in evolhh (and ot... AJR2025-10-241-2/+2
* tms7000: Clean up code in disassembler AJR2025-10-101-1/+1
* dspp: Add a real disassembler AJR2025-05-071-0/+2
* cpu/e132xs: Made debugging Hyperstone E1 software less painful. Vas Crabb2025-03-261-3/+1
* unidasm: Add Panasonic MN10300 disassembler AJR2025-03-221-0/+2
* Add disassembler for CDC 160(-A) architecture AJR2025-03-071-0/+3
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-2/+2
* kangaroo: hook up protection mcu, hap2024-12-031-1/+1
* new machines marked as NOT WORKING - Cassette Vision (#11927) mamehaze2024-11-261-0/+2
* ussr/pk32.cpp: Electronika PK-32 - not working (#12732) holub2024-09-191-0/+2
* hmcs400: add disassembler hap2024-09-161-0/+2
* cpu/xa: New Philips XA disassembler (#12504) mamehaze2024-06-291-0/+2
* unidasm: Add disassembler for Oki nX-8/500S architecture AJR2024-06-191-0/+2
* add MIPS-X CPU and Tomy Kiss-Site system (#12331) mamehaze2024-05-081-0/+2
* palm: new cpu device and disassembler Patrick Mackinlay2024-03-271-0/+2
* cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) wilbertpol2024-03-101-0/+2
* cpu/g65816: Don't expose a pile of macros to downstream users. Vas Crabb2024-03-081-1/+0
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* unidasm: Add p8xc552 and p8xc562 types AJR2024-02-131-0/+2
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
* cpu/c33, tools/unidasm.cpp: Added disassembler for Epson C33 ADV Core. Vas Crabb2024-01-211-0/+2
* unidasm: Allow -count to be specified in hexadecimal or octal. (#11912) invertego2024-01-071-29/+21
* Holtek HT1130 CPU core, and preliminary driver for a brick game using it (#11... mamehaze2023-12-261-0/+2
* unidasm: Add disassembler for Tensilica Xtensa architecture AJR2023-11-221-0/+2
* evolution: First stab at understanding the cpu Olivier Galibert2023-10-311-0/+2
* unidasm: Support v620f as a separate architecture from v620 and refactor thes... AJR2023-08-211-0/+1
* unidasm: Add disassemblers for DDP-516 and Prime S, R, V architectures AJR2023-08-141-0/+7
* unidasm: Add disassembler for Mitsubishi/Renesas M16C architecture AJR2023-08-011-0/+2
* unidasm: Add disassemblers for ST9 and ST9+ architectures AJR2023-06-181-0/+3
* 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