Skip to content

Commit 3c05852

Browse files
committed
Document SuperH support
1 parent a51ff44 commit 3c05852

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ Features:
1616

1717
Supports:
1818

19-
- PowerPC 750CL (GameCube, Wii)
20-
- MIPS (N64, PS1, PS2, PSP)
21-
- x86 (COFF only at the moment)
2219
- ARM (GBA, DS, 3DS)
23-
- ARM64 (Switch, experimental)
20+
- ARM64 (Switch)
21+
- MIPS (N64, PS1, PS2, PSP)
22+
- PowerPC (GameCube, Wii)
23+
- SuperH (Saturn, Dreamcast)
24+
- x86 (COFF only)
2425

2526
See [Usage](#usage) for more information.
2627

objdiff-core/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ objdiff-core contains the core functionality of [objdiff](https://github.com/enc
55
## Crate feature flags
66

77
- **`all`**: Enables all main features.
8+
- **`bindings`**: Enables serialization and deserialization of objdiff data structures.
89
- **`config`**: Enables objdiff configuration file support.
910
- **`dwarf`**: Enables extraction of line number information from DWARF debug sections.
10-
- **`mips`**: Enables the MIPS backend powered by [rabbitizer](https://github.com/Decompollaborate/rabbitizer). (Note: C library with Rust bindings)
11+
- **`arm64`**: Enables the ARM64 backend powered by [yaxpeax-arm](https://github.com/iximeow/yaxpeax-arm).
12+
- **`arm`**: Enables the ARM backend powered by [unarm](https://github.com/AetiasHax/unarm).
13+
- **`mips`**: Enables the MIPS backend powered by [rabbitizer](https://github.com/Decompollaborate/rabbitizer).
1114
- **`ppc`**: Enables the PowerPC backend powered by [ppc750cl](https://github.com/encounter/ppc750cl).
15+
- **`superh`**: Enables the SuperH backend powered by an included disassembler.
1216
- **`x86`**: Enables the x86 backend powered by [iced-x86](https://crates.io/crates/iced-x86).
13-
- **`arm`**: Enables the ARM backend powered by [unarm](https://github.com/AetiasHax/unarm).
14-
- **`arm64`**: Enables the ARM64 backend powered by [yaxpeax-arm](https://github.com/iximeow/yaxpeax-arm).
15-
- **`bindings`**: Enables serialization and deserialization of objdiff data structures.

0 commit comments

Comments
 (0)