====== BUGGY 1.01 for the SST-6809 ====== The Buggy assembler, disassembler, monitor, debugger by Lennart Benschop for the [[https://github.com/6809/sbc09|SBC09]] single-board computer, adapted to the [[https://github.com/KenWillmott/SST-6809|SST-6809]] ===== Manual ===== {{readme.txt}} ===== Assembler Source ===== {{buggy101-sst.asm}} ===== Assembled Listing ===== {{buggy101-sst.lst}} ===== S-Record File ===== {{buggy101-sst-cb400.s19}} ===== Debian Quick Start ===== Connect the SST-6809 USB-C to a USB port on your Debian machine. Verify the status LED is lit blue. On Debian, install the minicom serial terminal program: $ sudo aptitude install minicom Run minicom and specify your USB device: $ minicom -D /dev/ttyUSB0 Configure the minicom terminal timings: CTRL+A T Choose D and enter 1 for 1ms newline delays Choose F and enter 1 for 1ms character delays Press ENTER to exit the terminal configuration menu At the ASSIST09 ">" prompt, start a [L]oad: >L [ENTER] Paste the Buggy S-records file from minicom into the SST-6809: CTRL+A Y [Go To] the folder you saved the S19 file to. [SPACE] to select the S19 file itself [ENTER] Now wait (a while!) until you see ">00" for successful load or "?" for a failed load. You *may* need to press [ENTER] once during the load which should eventually trigger the ">00" end of load notice. At the ASSIST09 ">" prompt, start Buggy with a [C]all to B400: C B400 . .h for help Return to [[:SST-6809:]]