I've recently been wondering if anyone has a tool, besides Objdump, that can conver MS-DOS machine/binary code into platform-specific assembly code?
Reason being that is what I or someone else would need to even begin hacking the original games/formats! Amiga and other original Non-Windows-x64/x86 Platforms would also be great, thanks!
Try Ghidra (https://github.com/NationalSecurityAgency/ghidra). Reverse engineering is a lot of work, but it can be fun if you like puzzles.