Releases: TechPrototyper/trs80gpExt
Releases · TechPrototyper/trs80gpExt
## TRS-80 Development Extension v1.0.1
TRS-80 Development Extension v1.0.1
A complete VS Code extension for TRS-80 development with trs80gp emulator and zmac assembler integration.
✨ Features
- Direct Execution: Run Z-80 assembly code in trs80gp emulator
- Debug Support: Full debugging with breakpoints and memory inspection
- Automatic Assembly: zmac assembler integration with error navigation
- VS Code Integration: Seamless breakpoint conversion and status tracking
- Flexible Configuration: Global and project-specific settings
�� Installation
- Download the
trs80gpExtension.vsixfile below - Install in VS Code:
code --install-extension trs80gpExtension.vsix - Or use VS Code UI: Extensions → ... → Install from VSIX...
📋 Requirements
- trs80gp emulator: Download from http://48k.ca/trs80gp.html
- zmac assembler: Download from http://48k.ca/zmac.html
🎯 Quick Start
- Install required tools (trs80gp + zmac)
- Create a
.a80assembly file - Press Ctrl+Shift+P (Cmd+Shift+P on macOS) to open Command Palette
- Type "TRS-80" and select:
- TRS-80: Run - Assemble and run your program
- TRS-80: Debug - Assemble and debug with breakpoints
- Enjoy TRS-80 development!
💡 Usage Tips
- Commands available via Command Palette only (Ctrl+Shift+P / Cmd+Shift+P)
- No default keybindings - use Command Palette or create custom shortcuts
- Breakpoints: Set in VS Code editor, automatically converted for emulator
- Configuration: Global settings or project-specific
.vscode/trs80gp.json
See the README for complete documentation.