slackbuilds/development/dis
B. Watson ccfcfd9292 development/dis: Added (statically tracing 6502 disassembler).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-08 00:23:04 +01:00
..
20150816.25e17c0f.diff development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00
README development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00
dis.SlackBuild development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00
dis.info development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00
slack-desc development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00
usr_share.diff development/dis: Added (statically tracing 6502 disassembler). 2017-09-08 00:23:04 +01:00

README

dis (statically tracing 6502 disassembler)

dis creates XASM/MADS-compatible assembly code from a memory dump or an
executable. dis statically traces execution paths starting from code
entry points to mark which memory locations contain code. All other
memory is treated as data. dis traces through JMP, JSR and BXX branch
instructions. It stops at RTS, RTI and illegal instructions.

dis automatically determines code entry points when disassembling Atari
XEX/SAP files and Commodore 64 PRG files.

The .dop files mentioned in the documentation are installed to
"/usr/share/dis".