#
tandy
Here are 24 public repositories matching this topic...
PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
-
Updated
Nov 29, 2020 - Python
A curated list of awesome Tandy Color Computer development tools, software and resources.
-
Updated
May 26, 2021 - Makefile
A Tandy Color Computer 3 Emulator
-
Updated
Jul 17, 2021 - Java
Tandy PDD floppy drive firmware
-
Updated
Sep 4, 2017 - Assembly
Circuits and programmable Logic for use with Tandy computers.
-
Updated
May 18, 2021
Hobby project for vintage TRS-80 model 3, 4 and 4P computers made by Radio Shack in the 1980s.
-
Updated
May 30, 2021 - C
1983 cassette BBS ported from BASIC ;-)
-
Updated
Feb 16, 2015 - Arduino
Drop in replacement Power Supply board for Tandy 1000 EX and HX computers.
-
Updated
Jan 23, 2021
/r/retrobattlestations BASIC Month Contest
-
Updated
Jul 10, 2018 - Visual Basic
BASIC 10 Liner 2018 Entry for the TRS-80 Model 100
-
Updated
Mar 7, 2018 - Stata
Radio Shack Direct Connect Modem DCM-6 used for dial-up MORSE telegraphy
-
Updated
Aug 28, 2020
Improve this page
Add a description, image, and links to the tandy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tandy topic, visit your repo's landing page and select "manage topics."


CC09 barfs on explicitly unsigned numbers. If you assign to an unsigned variable a hex-notated value with the highest order bit set, or a negative number, the code will indeed treat it as unsigned as far as I know, but there's no way for a raw number's signedness to be denoted. C89+ use a U notation, just like the L notation for a "long" number.
We may be able to get away with just eating the U