Re: A simple 6502 disassembler
Posted: Wed Mar 23, 2016 7:27 am
White Flame wrote:
radare can do commandline binary file disassembly.
rasm2 -a 6502 -D -B -o starting-address -f filename
Lowercase -d to get just the instructions.
rasm2 -a 6502 -D -B -o starting-address -f filename
Lowercase -d to get just the instructions.