News

Microsoft just open-sourced 6502 BASIC (BASIC M6502 8K VER 1.1) from 1978. The code powered the Commodore PET, VIC-20, and ...
Microsoft’s 6502 BASIC ran on the same CPU that powered the Apple II, Commodore 8-bit series, NES, and Atari 2600.
"Rick Weiland and I (Bill Gates) wrote the 6502 BASIC," Gates commented on the Page Table blog in 2010. "I put the WAIT ...
Microsoft has open-sourced the 6502 BASIC programming language interpreter from 1976. Its source code is now available on ...
Why Johnny can’t code BASIC used to be on every computer a child touched -- but today there's no easy way for kids to get hooked on programming.
Surely BASIC is properly obsolete by now, right? Perhaps not. In addition to inspiring a large part of home computing today, BASIC is still very much alive today, even outside of retro computing. T… ...
Rocket Software is introducing the Rocket MV BASIC for Visual Studio Code 1.6.0 extension, now available on the Visual Studio Code Marketplace. Rocket MV BASIC for VS Code (MVVS) allows BASIC ...
Unlike both Dartmouth BASIC and CBASIC, Microsoft BASIC was an interpreted language, which meant that it converted each line of a BASIC program into machine code on the fly, every time you ran the ...
The code Microsoft has released is version 1.1, which apparently contains fixes to the garbage collector identified by ...