summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8500/h8500dasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* h8500dasm.cpp: Fix silly mistake in disassembly of illegal instructions AJR2023-03-191-1/+1
* h8500: Disassembler updates AJR2022-05-021-67/+37
* Debugger feature improvements AJR2022-03-271-2/+2
* h8500dasm: Fix JMP @aa:16 decoding; use BSR mnemonic for relative calls (nw) AJR2020-04-091-2/+2
* h8500dasm: Fix length calculation for indirect JMP/JSR (nw) AJR2020-04-091-1/+1
* New machines marked as NOT_WORKING AJR2020-04-041-1/+1
* Add H8/500 disassembler and skeleton CPU device family AJR2020-04-041-0/+608