Lunduke
News • Science & Tech
The last programming project from Bill Gates: Microsoft BASIC for TRS-80 Model 100
This Operating System was the last project that Bill Gates played a major role in programming... and it's actually pretty amazing.
December 05, 2023
post photo preview

Let’s take a look at the very last project that Bill Gates ever played a major development role on at Microsoft…

Microsoft BASIC 80 for the TRS-80 Model 100 series.

Which is, in reality, an entire Operating System.

A historically highly significant one, at that. Though not many people (nowadays) have ever had the chance to actually use it – in large part because the OS itself was developed specifically for one hardware line.

And that hardware line (comprised of the TRS-80 Model 100, 102, & 200) hasn't been in production since the early to mid 1980s.

Here's just a few fun quick facts about the hardware, and the Operating System that powers it:

  • The Model 100 is often referred to as the “Model T” by enthusiasts and collectors.

  • Single tasking, flat file system.

  • Entire OS fits on a 32k ROM.

  • There remains a rather loyal group of fans that still use these computers to this day. Seriously. Maybe not millions of users around the globe, but those that have them, love them.

  • The firmware / OS for the Model 100 is the last project that Bill Gates was one of the primary programmers for (it had a team of two).

Bill Gates, in an interview with the National Museum of American History, had this to say about the machine and the software that powered it:

“This is in a sense my favorite machine, I mean by today's standards it is kind of a pathetic machine. But what happened was Kazuhiko Nishi, my friend from Japan, came over and said that we could have an 8-line LCD with 40 characters. And up to then all we had was four lines by 20 characters. I didn't think using 4 by 20 you could do much that was interesting. But, when he said we could go 8 by 40, then I got to be pretty fascinated with the idea of a portable machine. It wasn't just taking your desktop machine and trying to shrink it down, because battery life would be a problem, and ease of use would be a problem. But just taking the things you want as you move around and making it pretty inexpensive. So, this machine came out for $500. Jey Suzuki, from Japan, and I, wrote the ROM in this machine. It is a 32K ROM.

 

Part of my nostalgia about this machine is this was the last machine where I wrote a very high percentage of the code in the product. I did all the design and debugging along with Jey. And it is a cool user interface, because although most of the code is a BASIC Interpreter, we did this little file system where you never had to think about saving anything. You just had this menu where you pointed to things. It was a great little editor and scheduler. We crammed it all into a 32K ROM. And really designed it in an easy to use way around these special keys up here.

 

We had some great things here like we had a way that you could add a bar code reader to this. We thought maybe people would distribute software on bar codes. In fact, Byte Magazine got into that for a while. We had a lot of ways you could extend this by putting a new ROM in the bottom.

 

What you had here is just your files. And you would just move the cursor to the one that you wanted and hit the Enter key. And then you'd be back editing that file. So, if we go into text, you can type in the name of the program and it would know that's what you wanted. It is a nice screen editor. You can just move the cursor around.”

Here's a quick run-down on how the OS of the Model T's actually works.

The Home screen — where everything lives.

This is the Home screen. Think of this like a combination of an application launcher and a file manager. There are no directories / folders. Honestly, they wouldn't make much sense on a system with RAM that you measure (on screen) in bytes.

Arrow keys move the selection. Enter loads the file.

The simple text editor.

And this is the text editor. It is astoundingly simple. You can type. Arrow keys let you move the cursor around. Simple.

There are some essential features here (find, copy) and the ability to save and load text (such as to an external floppy disk or to an external cassette tape). Otherwise any text you type is stored in RAM – and is preserved so long as there's a battery charge (which tends to last just about forever).

Editing some BASIC

Here we have the BASIC editor. Again, extremely simple. If any of you have ever used this era of BASIC, you know exactly what to expect. You can use both text and actual pixel graphics (monochrome) to draw lines and pictures (if you can manage to fit the needed routines into the 32kb available.

There’s even a simple telecom program that can use a modem to dial BBS’s and such. It’s fairly bare bones, but it works. (And it proves useful nowadays when paired with a WiFi → RS232 modem emulator to connect to telnet systems and move files around.)

The telecom program.

The vast majority of you won't have access to one of these amazing little computers to actually try things out. Luckily there are a few emulators around that let you see what the experience was like (at least for the most part). There is a web-based emulator that works surprisingly well, and a native emulator (which works the best).

You can also find large collections of (BASIC) applications and games on multiple sites that can be loaded to see what could be accomplished back in the early 1980's using this system.

What’s it like to use nowadays?

This is a highly limited and constrained system.

Small number of total features (especially compared to systems that came just a few years later). No mouse. No color. Limited amount of memory. No multi-tasking.

Yet… it is an absolute joy to use. The focus it provides makes this one of my absolute favorite machines to write on. In fact, I've written several articles on this nearly 40 year old computer system… and have no plans to retire it anytime soon.

When I use this system… I smile. When I show it to people, they smile. Joy. Wonder.

That's no small feat.

A simple game of dominos

There is no real graphical user interface. Everything here is text based (unless you code some light graphics in BASIC). All software runs “full screen” … so there are no window managing or task switching interfaces to look at or think about.

The features the system has all tend to work quite well. Though, since you're talking mostly text, having a manual (or at least the ability to look up commands in an online reference) are a must when first learning to use it.

Chess on the Model 100

Luckily, after spending no more than about 30 minutes with this OS, you'll have just about mastered it. And it will never get in your way again.

Everything is well thought out. Every command. Every function key. You can tell that a lot of love and experience went into this system and how it works.

That said… nobody makes this hardware anymore. And the OS runs only on that specific hardware. Which, despite being well built, is in increasingly short supply.

The loading screen of an adventure game. Not the super-duper high resolution graphics.

Outside of running it within emulators – which, if I'm being honest, has pretty low usability value (the system only really shines when running on real hardware) – there's just no way for most folks to ever use it.

It is the oldest computer that I actually use, for real work, on a regular basis.

The fact that I bring out a laptop from the early 1980s because I want to get some work done using it? Nowadays? That's one darned impressive feat – both in terms of hardware and software engineering.

A BASIC Lunar Lander game

I also love how heavily this machine really encourages open source. Because everything you run here is going to (realistically) be written in BASIC… all the games and utilities you may load are going to have the source code available.

This is an Operating System that encourages learning. Encourages experimentation. I love that.

A simple “rogue-like-ish” adventure game

What is truly amazing, to me, is that all of this functionality fit within a 32k ROM. Just mind-blowingly efficient.

Whatever you, I, or anyone else thinks of Bill Gates (and, boy howdy, do he and I disagree on a lot)… this was a darned impressive feat of engineering. One worth remembering.

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
5
What else you may like…
Videos
Podcasts
Posts
Articles
MidnightBSD Responds to California's Age Verification Law by Excluding California

"Until we have a better plan, we modified our license to exclude residents of California from using MidnightBSD for desktop use, effective January 1, 2027."

More from The Lunduke Journal:
https://lunduke.com/

00:19:32
February 26, 2026
Reddit Fined $19 Million USD by UK for "Not Checking the Age of Users"

In related news: The GRANITE Act (which would provide a legal framework for protecting against foreign censorship), has passed the Wyoming House of Representatives.

More from The Lunduke Journal:
https://lunduke.com/

00:15:33
February 25, 2026
California Law to Require Linux, Windows Implement Age Verification by Jan 1, 2027

A new California Law (AB-1043), signed by Governor Gavin Newsom, requires all Operating Systems (from macOS to FreeBSD) to implement age verification, at the system level, this year.

More from The Lunduke Journal:
https://lunduke.com/

00:14:07
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044
4 hours ago

The like button is not holding it's likes from login to login...
I've reliked a few posts for the third time now and they keep resetting on me...
Don't think that I'm unfriendly becuase I don't like your posts...
I'll keep trying!!

Man, do i wish I had the time to play with this:

February 26, 2026

Questions about AI

1) If you create something with AI, who holds the rights??
2) If you do hold the rights, how can you enforce them??
3) If you have no rights, then should anything you create be considered Public Domain??
4) If you want to make something private, how do you tell AI to make it so??
5) How can you be sure that using AI can be totally private??
6) Do you or can you trust any big company to be private and respect your rights??
7) With AI having the right to scrape the internet with out reguard to privacy, what do you do now???

February 12, 2026
4th Wall Almost Full, $89 Lifetime Deal Ends Very Soon

Woo-hoo! The 4th Lunduke Journal Lifetime Subscriber Wall of Shame Awesomeness is almost full!

  • That means that, within the next day or two, the massively discounted Lifetime Subscriptions will go back to their normal price. So if you wanted to snag the $89 / $99 Lifetime Sub (instead of paying $300), now’s your last chance.

  • If you are already a Lifetime Subscriber and want to be added to the 4th (or the start of the 5th) wall, email me (bryan at lunduke.com). There are only a couple of spots left on Wall 4.

  • The new Lifetime Wall designs are locked and loaded, and will make their grand debut at the end of all new shows starting either Friday or Monday.

I also wanted to take a moment to thank all of the non-Lifetime Subscribers. The Lifetime Subs may get a little extra attention at the end of the shows… but every subscriber (Monthly & Yearly) helps to make this work possible.

All of you rule.

-Lunduke

Read full Article
February 08, 2026
79 Million Views in 6 Months for The Lunduke Journal

Welcome to February, all of you amazing nerds!

January was a fun month for The Lunduke Journal (thanks to all of you). For those interested in a little Inside Baseball, I’ve pulled together some stats and charts below.

The short version: Great month. Crazy news stories. Solid growth. Can’t complain!

Revamped Lifetime Wall

Oh! And the “Lifetime Subscriber Wall” is getting a “retro” facelift.

This is what the four Lifetime Walls currently look like:

 

Once that 4th Wall is filled (a little over 75% of the way there as of this morning), I’ll be introducing the new designs (for all the walls) along with the starting of Wall Number 5.

Each Wall now has its own, distinct look and theme. Very Retro Computer-y. You’re going to dig it.

To make that “Wall Number 5” get here as fast as possible, I’ve gone ahead an reinstated the “$89 Lifetime Subscriber” deal. But only until Wall Number 4 is full.

Want to be on the Wall? If you don’t have a Lifetime Subscription, grab one. If you already have one, email me (bryan at lunduke.com) to let me know how you want your name to be displayed.

Once Wall 4 is full, the Super-Mega-Ultra Discounted Lifetime Subscription goes back to regular price. And, the next day, the new Lifetime Wall design appears at the end of new shows.

At the current rate, I expect that to happen in the next couple days.

Stats for January, 2026

Now let’s look at the stats for January.

Can’t lie. I’m pleased.

  • 30 new shows (just shy of one new show every day)

  • 15.2 Million views (including podcast downloads)

  • 2,326 new subscribers

The most popular story of January, 2026:

Taking a high level view: This means that, in the last 6 months (Aug ‘25 - Jan ‘26), The Lunduke Journal has had:

  • 79.4 Million views

  • 21,694 new subscribers

Bonkers, right?

Here’s a chart of “views” for last 6 months:

Image
 

The long-term trend continues to be solidly upward, with February (in the first 7 days, so far) currently tracking slightly ahead of January.

For those interested in the specific platforms: The Lunduke Journal is seeing the most growth on X and the Audio Podcast.

Here’s a combined subscriber chart for January (up 2,326 subscribers from the month prior):

Image
 

Wild. It is truly amazing to me how widely these stories are spreading nowadays.

Over 15 million. In one month.

These are numbers that most of the big, “Main Stream” Tech Journalists could only dream of.

The reach of The Lunduke Journal, thanks to all of you, is now wildly exceeding any other publication I have ever worked with.

Even though most “Main Stream” Tech Journalists are refusing to cover some of the biggest stories in Tech… those stories are still getting out there.

They are being seen. Far and wide.

Thanks to all of you.

-Lunduke

Read full Article
January 31, 2026
$89 Lifetime Offer Ends at Midnight!

I’ll make this quick: The $89 Lifetime Subscription offer for The Lunduke Journal ends at midnight tonight (Saturday, January 31st).

Once the calendar reads “February” — poof — the deal is gone.

If you wanted to save 70% on a Lifetime Subscription, these are your final hours.

A huge thank you to everyone who has signed up during this crazy deal. We are this close to filling up the 4th Lifetime Subscriber Wall (there’s a possibility it might fill up in the next few hours).

Far beyond anything I was expecting. All of you are absolutely amazing. The Lunduke Journal would not be possible without you.

If you were on contemplating grabbing that Lifetime Sub, I’d jump on it right now. The price goes back up to normal ($300) in about 12 hours or so.

Get it while it’s cheap!

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals