Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 986 Bytes

File metadata and controls

17 lines (14 loc) · 986 Bytes

BASIC

Tandy/Radio Shack TRS-80 Color Computer Color/Extended/Disk BASIC stuff.

These are files that have been used in my blog postings or YouTube videos. In the future, I hope to do better at organizing them as I write new articles.

Notable Items

Assembly

These are assembly language programs meant to stand alone. Assembly routines meant to be called from BASIC are in a different directory.

Basic

There are various BASIC test programs and routines.

BASIC interfacing with Assembly

There are routines meant to be used with BASIC, such as with DEF USR.

  • ConsMove - assembly language routine that patches PRINT to allow certain characters to move the cursor up, down, left or right. This is similar to how my original Commodore VIC-20 worked.