1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-12-29 10:30:32 +00:00
x65/disassembler
Carl-Henrik Skårstedt 5792f6ee7b Copied in struse.h, added some reference visualization in x65dsasm
- x65dsasm now adds labels for internal referenced addresses
- x65dsasm has a src option that displays disassembly as code that could
assemble as is
- fixed the help output for dump_x65
- copied in struse.h
2015-11-16 23:55:16 -08:00
..
README.MD Adding a disassembler 2015-11-04 21:15:22 -08:00
x65dsasm.cpp Copied in struse.h, added some reference visualization in x65dsasm 2015-11-16 23:55:16 -08:00

#x65 Disassembler

Simple disassembler for 6502, 65C02 and 65816 (default).

Command Line Options

Typical command line ([*] = optional):

Usage

x65dsasm code.bin [disassembly.txt] [options]
  • $(hex start)-$(hex end)
  • cpu=[65816/65C02/6502]
  • addr=$(hex address to disassemble at)
  • mx=[0/1/2/3] (65816 accumulator / index immedate size)