Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debugger feature improvements | 2022-03-27 | 1 | -33/+33 | |
| | | | | | | | | - 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 | ||||
* | cpu/tms7000: Fixed JPZ mnemonic and offsets for BTJO and BTJZ (inherent) in ↵ | 2020-11-07 | 1 | -2/+2 | |
| | | | | disassembly (#7421) | ||||
* | dvdisasm: Overhaul [O. Galibert] | 2017-11-26 | 1 | -65/+55 | |
| | | | | | | | | 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 | 2016-11-20 | 1 | -11/+1 | |
| | |||||
* | Changed the TMS7000 disassembler to use 'std::ostream &' internally | 2016-11-03 | 1 | -10/+20 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -12/+12 | |
| | | | | | 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) | 2015-11-08 | 1 | -0/+448 | |