summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8/pdp8dasm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pdp8: Have disassembler comment on instructions using memory reference ↵ AJR2022-05-221-1/+7
| | | | instructions using current page mode in page zero
* Debugger feature improvements AJR2022-03-271-23/+31
| | | | | | | | - Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected. - Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions. - Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse. - Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx) - Don't pass over delay slots for debugging in ASAP core
* decmate2: Patch one ROM file in 31Z BIOS (#2) to correct JMP I instruction AJR2021-08-181-3/+3
| | | | * pdp8dasm: Minor fix for weird OPRs
* srcclean for release Vas Crabb2021-05-231-1/+1
|
* pdp8: Rewrite disassembler; add alternate disassembly for HD-6120 AJR2021-05-191-139/+869
| | | | * unidasm: Add option to use octal instead of hexadecimal for output
* pdp1: Clean up callbacks and start encapsulating peripherals AJR2020-09-131-2/+2
| | | | * pdp1, pdp8: Apply word shift to address spaces
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+9
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-9/+1
|
* Changed the pdp8 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-33/+38
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+174