Debug80 Book 1 — Getting Started
Debug80 turns Visual Studio Code into a Z80 development environment. You write assembly, run it in an emulated TEC-1G, step through it with source-level breakpoints, and send the same program to a real board over a serial cable.
This book walks that whole path once, from an empty folder to running hardware. You will install the extension, create a TEC-1G project, use the debugger, read the panel that shows the emulated machine, find the files each build produces, and send the generated HEX file to a TEC-1G through CoolTerm.
By the end you will know how to take a Z80 program all the way to hardware, and which part of Debug80 to reach for at each step.
Main Path
- Install And Add A Folder
- Create A TEC-1G Project
- Run The Debugger
- Inspect A Running Program
- Build Options And Source Maps
- Source Navigation And ROM Source
- Send To TEC-1G Hardware
- Copy Monitor ROM Source