Author: Allen Huffman
Introduction 10 PRINT “HELLO WORLD!” 20 GOTO 10 For many of us old-timers, our first exposure to computer programming was BASIC: the Beginner’s All-purpose Symbolic Instruction Code. According to the Wikipedia entry on BASIC, the language was created in 1964. I may be old, but at least I’m not quite as old as BASIC. This series will demonstrate some of the…
Today I want to look back on the premier magazine for the Radio Shack TRS-80 Color Computer: The Rainbow. But before that, a bit of backstory… Oldies but goodies There are many in the retro computing world that are, for all practical purposes, computer hipsters: too young to have ever owned an 8-bit home computer, but enjoying immersing themselves in…
NOTE: This is a minor update of an article (“PCLEAR 0 to get more CoCo BASIC memory“) that originally appeared on my website in January 2015. On the Radio Shack TRS-80 Color Computer, Extended Color BASIC added new commands to access high resolution graphics modes. The following modes of the CoCo’s Motoroal 6847 VDG chip (video display generator) were implemented: PMODE…
After three parts dealing with CoCo cross development, I thought I’d change direction for a bit and discuss something completely different. We’ll get back to cross development once we have something to develop. Before WWW was BBS The story so far… My first exposure to computer bulletin board systems (BBSes) was in Houston, Texas around 1981. I had become friends…
See also: Part 1 and Part 2. Previously, I presented a simple way to write 6809 assembly code on a modern computer, compile it there, then load it in to the XRoar CoCo emulator as a BASIC program. (That last bit makes much less sense when I read it back.) Today, let’s look at moving files back and forth using disk…
See also: part 1, part 2 and part 3. Previously, I demonstrated a simple way to write a BASIC program on a modern computer and then load that program in to a CoCo emulator. This time, I will discuss doing the same thing with 6809 assembly code. Tool Time When it comes to compiling CoCo-compatible 6809 assembly files on a…
Updated on 1/5/2018 with more details on getting the XRoar emulator going (ROMs, xroar.conf file). See also: part 2 and part 3. In 1980, programming on a then-new Radio Shack TRS-80 Color Computer (“CoCo”) initially meant using Microsoft COLOR BASIC 1.0 with a glorious 4K of memory. More advanced programmers might have chosen to learn 6809 assembly language. With a…











