Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/thumb2c/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const USAGE: &str = "usage: lifter <command> [args]\n\
score <overlay>:<addressHex> [--span BYTES] [--name NAME] [--diff ROWS]\n\
lift, compile, and compare against the ROM bytes\n\
tune <overlay>:<addressHex> [--span BYTES] [--name NAME]\n\
score, then try call respellings line by line and keep improvements\n\
score, then try call and literal-pool respellings and keep improvements\n\
batch [--kind WORD] [--limit N] [--all]\n\
score every unregistered retained module (scene and script kinds)\n\
list [--kind WORD] [--all]\n\
Expand Down
Loading