mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-16 08:33:28 +00:00
Adding a disassembler
This commit is contained in:
parent
9f935a8e91
commit
89ed6d25cc
18
disassembler/README.MD
Normal file
18
disassembler/README.MD
Normal file
@ -0,0 +1,18 @@
|
||||
#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)
|
1071
disassembler/x65dsasm.cpp
Normal file
1071
disassembler/x65dsasm.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user