Topic: disassembler
11 skills in this topic.
-
add-mcp-tool
Streamlines the process of adding new tools to the MCP server.
ricardoquesada/regenerator2000 149
-
bump-version
Automates the process of bumping the version and updating the changelog.
ricardoquesada/regenerator2000 149
-
code-review
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
ricardoquesada/regenerator2000 149
-
coding
ricardoquesada/regenerator2000 149
-
r2000-analyze-basic
Analyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.
ricardoquesada/regenerator2000 149
-
r2000-analyze-blocks
Analyzes memory regions of a disassembled binary and converts them to the correct block types (code, bytes, words, text, tables, etc.) using MOS 6502 and the target platform's expertise.
ricardoquesada/regenerator2000 149
-
r2000-analyze-routine
Analyzes a disassembly subroutine to determine its function by examining code, cross-references, and memory usage, leveraging target platform expertise.
ricardoquesada/regenerator2000 149
-
r2000-analyze-symbol
Analyzes a specific memory address or label to determine its purpose (variable, flag, pointer, hardware register) by examining its cross-references and usage patterns.
ricardoquesada/regenerator2000 149
-
update-keyboard-shortcuts
Audits and synchronizes keyboard shortcuts across docs/keyboard_shortcuts.md, crates/regenerator2000-tui/src/ui/dialog_keyboard_shortcut.rs, crates/regenerator2000-tui/src/ui/menu.rs, and the view files (view_disassembly.rs, view_hexdump.rs, view_charset.rs, view_bitmap.rs, view_blocks.rs, view_sprites.rs).
ricardoquesada/regenerator2000 149
-
update-mcp-docs
Syncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`.
ricardoquesada/regenerator2000 149
-
verify-mcp
Verifies the MCP server functionality by running the integration test suite.
ricardoquesada/regenerator2000 149