summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/bcpdasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debugger feature improvements AJR2022-03-271-8/+6
| | | | | | | | - 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
* dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) AJR2019-12-011-1/+1
|
* dp8344: Fix SHL disassembly AJR2019-12-011-1/+1
|
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+1
| | | | | | | | | | * Enable precompiled header usage in the Visual Studio compiler But only for libraries emu frontend precompile dasm optional Also add emu.h include to hpcdasm.cpp * Include emu.h in some disassembler sources to use precompiled headers * Remove debug message
* bcpdasm: Correct some instruction decodings and formats (nw) AJR2019-06-221-2/+3
| | | | dp8344: Tweak register display (nw)
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-221-0/+475